LEADTOOLS Annotations (Leadtools.Annotations assembly)

Draw Method (AnnControlPoint)

Show in webframe





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
) 

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

See Also

Reference

AnnControlPoint Class
AnnControlPoint Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.