Search
ShapeComponent.CreateGraphicsPath Method
See Also
 





Creates a GraphicsPath object representing the shape.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected GraphicsPath CreateGraphicsPath ()

Visual Basic  Copy Code

Protected Function CreateGraphicsPath () As GraphicsPath

 Return Value

A GraphicsPath object representing the shape.

 Remarks

The returned object needs to be disposed of after use.

 See Also