LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetGraphicsPath Method (AnnGroupObject)

Show in webframe





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

            

            
public:
GraphicsPath^ GetGraphicsPath( 
   AnnGetGraphicsPathMode mode
) override 

Parameters

mode
An AnnGetGraphicsPathMode value that specifies the path to return.

Return Value

The System.Drawing.Drawing2D.GraphicsPath representation of this AnnGroupObject object.
Remarks
An AnnGroupObject object will return a union of the graphics paths of all objects in the group. For more information, refer to AnnObject.GetGraphicsPath.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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