LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetGraphicsPath Method (AnnProtractorObject)

Show in webframe





An AnnGetGraphicsPathMode value which specifies which path to return.
Returns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnProtractorObject.
Syntax
public override GraphicsPath GetGraphicsPath( 
   AnnGetGraphicsPathMode mode
)
'Declaration
 
Public Overrides Function GetGraphicsPath( _
   ByVal mode As AnnGetGraphicsPathMode _
) As GraphicsPath
'Usage
 
Dim instance As AnnProtractorObject
Dim mode As AnnGetGraphicsPathMode
Dim value As GraphicsPath
 
value = instance.GetGraphicsPath(mode)

            

            
public:
GraphicsPath^ GetGraphicsPath( 
   AnnGetGraphicsPathMode mode
) override 

Parameters

mode
An AnnGetGraphicsPathMode value which specifies which path to return.

Return Value

Remarks
AnnProtractorObject will return the same exact path no matter what the value of mode is.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


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