Search
DiagramNode.GetOutlinePoly Method
See Also
 






DiagramItem.GetOutlinePoly override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override List<Point> GetOutlinePoly ()

Visual Basic  Copy Code

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

 Return Value

A list of points defining polygon approximating the outline of this diagram item.

 See Also