LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetGraphicsPath Method (AnnObject)

Show in webframe





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
) 

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

See Also

Reference

AnnObject Class
AnnObject Members

 

 


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