Search
DiagramItem.GetOutlinePoly Method
See Also
 






Gets a polygon approximating the outline of this object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual List<Point> GetOutlinePoly ()

Visual Basic  Copy Code

Public Overridable Function GetOutlinePoly () As List(Of Point)

 Return Value

 See Also