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

Draw Method (AnnDottedEllipseControlPoint)






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 override void Draw( 
   Graphics graphics,
   AnnPoint centerPoint,
   AnnUnitConverter converter
)
 function Leadtools.Annotations.AnnDottedEllipseControlPoint.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: 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

AnnDottedEllipseControlPoint Class
AnnDottedEllipseControlPoint Members

 

 


Products | Support | Contact Us | Copyright Notices

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