LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetGraphicsPath Method (AnnControlPoint)

Show in webframe





The center point
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
Returns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnControlPoint.
Syntax
public abstract GraphicsPath GetGraphicsPath( 
   AnnPoint centerPoint,
   AnnUnitConverter converter
)
'Declaration
 
Public MustOverride Function GetGraphicsPath( _
   ByVal centerPoint As AnnPoint, _
   ByVal converter As AnnUnitConverter _
) As GraphicsPath
'Usage
 
Dim instance As AnnControlPoint
Dim centerPoint As AnnPoint
Dim converter As AnnUnitConverter
Dim value As GraphicsPath
 
value = instance.GetGraphicsPath(centerPoint, converter)

            

            
public:
abstract GraphicsPath^ GetGraphicsPath( 
   AnnPoint centerPoint,
   AnnUnitConverter^ converter
) 

Parameters

centerPoint
The center point
converter
An AnnUnitConverter used to convert centerPoint to pixel coordinates.

Return Value

Remarks
Derived annotation control point objects must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
Requirements

Target Platforms

See Also

Reference

AnnControlPoint Class
AnnControlPoint Members

 

 


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