LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetGraphicsPath Method (AnnRectangleControlPoint)

Show in webframe





The center point
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
AnnRectangleControlPoint implementation of AnnControlPoint.GetGraphicsPath.
Syntax
public override GraphicsPath GetGraphicsPath( 
   AnnPoint centerPoint,
   AnnUnitConverter converter
)
'Declaration
 
Public Overrides Function GetGraphicsPath( _
   ByVal centerPoint As AnnPoint, _
   ByVal converter As AnnUnitConverter _
) As GraphicsPath
'Usage
 
Dim instance As AnnRectangleControlPoint
Dim centerPoint As AnnPoint
Dim converter As AnnUnitConverter
Dim value As GraphicsPath
 
value = instance.GetGraphicsPath(centerPoint, converter)

            

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

Parameters

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

Return Value

Remarks
For more information, refer to AnnControlPoint.GetGraphicsPath.
Requirements

Target Platforms

See Also

Reference

AnnRectangleControlPoint Class
AnnRectangleControlPoint Members

 

 


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