LEADTOOLS Annotations (Leadtools.Annotations assembly)

Draw Method (AnnDottedEllipseControlPoint)

Show in webframe





The Graphics surface on which to draw this AnnControlPoint.
The center point
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
AnnDottedEllipseControlPoint implementation of AnnControlPoint.Draw.
Syntax
public override void Draw( 
   Graphics graphics,
   AnnPoint centerPoint,
   AnnUnitConverter converter
)
'Declaration
 
Public Overrides Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal centerPoint As AnnPoint, _
   ByVal converter As AnnUnitConverter _
) 
'Usage
 
Dim instance As AnnDottedEllipseControlPoint
Dim graphics As Graphics
Dim centerPoint As AnnPoint
Dim converter As AnnUnitConverter
 
instance.Draw(graphics, centerPoint, converter)

            

            
public:
void Draw( 
   Graphics^ graphics,
   AnnPoint centerPoint,
   AnnUnitConverter^ converter
) override 

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
For more information, refer to New Annotation Features of Version 14.5.
Requirements

Target Platforms

See Also

Reference

AnnDottedEllipseControlPoint Class
AnnDottedEllipseControlPoint Members

 

 


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