Search
ShapeComponent.CreateGraphicsPath Method
See Also
 





Creates a IGraphicsPath object representing the shape.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected IGraphicsPath CreateGraphicsPath ()

Visual Basic  Copy Code

Protected Function CreateGraphicsPath () As IGraphicsPath

 Return Value

A IGraphicsPath object representing the shape.

 Remarks

The returned object needs to be disposed of after use.

 See Also