LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Draw Method (AnnControlPoint)






The Graphics surface on which to draw this AnnControlPoint.
The center point
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
Draws this AnnControlPoint on the specified surface.
Syntax
public virtual void Draw( 
   Graphics graphics,
   AnnPoint centerPoint,
   AnnUnitConverter converter
)
'Declaration
 
Public Overridable Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal centerPoint As AnnPoint, _
   ByVal converter As AnnUnitConverter _
) 
'Usage
 
Dim instance As AnnControlPoint
Dim graphics As Graphics
Dim centerPoint As AnnPoint
Dim converter As AnnUnitConverter
 
instance.Draw(graphics, centerPoint, converter)
public virtual void Draw( 
   Graphics graphics,
   AnnPoint centerPoint,
   AnnUnitConverter converter
)
 function Leadtools.Annotations.AnnControlPoint.Draw( 
   graphics ,
   centerPoint ,
   converter 
)
public:
virtual void Draw( 
   Graphics^ graphics,
   AnnPoint centerPoint,
   AnnUnitConverter^ converter
) 

Parameters

graphics
The Graphics surface on which to draw this AnnControlPoint.
centerPoint
The center point
converter
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
Remarks
This method is called internally by the AnnEditDesigner.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnControlPoint Class
AnnControlPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.