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

GetGraphicsPath Method (AnnObject)






An AnnGetGraphicsPathMode value to specify which path to return.
Returns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnObject.
Syntax
public abstract GraphicsPath GetGraphicsPath( 
   AnnGetGraphicsPathMode mode
)
'Declaration
 
Public MustOverride Function GetGraphicsPath( _
   ByVal mode As AnnGetGraphicsPathMode _
) As GraphicsPath
'Usage
 
Dim instance As AnnObject
Dim mode As AnnGetGraphicsPathMode
Dim value As GraphicsPath
 
value = instance.GetGraphicsPath(mode)
public abstract GraphicsPath GetGraphicsPath( 
   AnnGetGraphicsPathMode mode
)
 function Leadtools.Annotations.AnnObject.GetGraphicsPath( 
   mode 
)
public:
abstract GraphicsPath^ GetGraphicsPath( 
   AnnGetGraphicsPathMode mode
) 

Parameters

mode
An AnnGetGraphicsPathMode value to specify which path to return.

Return Value

Remarks
Derived annotation 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: 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

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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