←Select platform

GetGraphicsPath Method (AnnControlPoint)

Summary

Returns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnControlPoint.

Syntax

C#
VB
C++
public abstract GraphicsPath GetGraphicsPath(  
   Leadtools.Annotations.AnnPoint centerPoint, 
   Leadtools.Annotations.AnnUnitConverter converter 
) 
  
Public MustOverride Function GetGraphicsPath( _ 
   ByVal centerPoint As Leadtools.Annotations.AnnPoint, _ 
   ByVal converter As Leadtools.Annotations.AnnUnitConverter _ 
) As GraphicsPath 
public: 
abstract GraphicsPath^ GetGraphicsPath(  
   Leadtools.Annotations.AnnPoint centerPoint, 
   Leadtools.Annotations.AnnUnitConverter^ converter 
)  

Parameters

centerPoint
The center point

converter
An AnnUnitConverter used to convert

centerPoint
The center point

Return Value

The System.Drawing.Drawing2D.GraphicsPath representation of this AnnControlPoint.

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 (Deprecated)

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize