Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

GetGraphicsPath Method (AnnGroupObject)






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)