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 PointCollection GetOutlinePoly (
    bool rendering
)

Visual Basic  Copy Code

Public Overridable Function GetOutlinePoly( _
    rendering As Boolean _
) As PointCollection

 Parameters

rendering

Specifies whether the outline will be used for rendering (true) or hit-testing (false).

 Return Value

 See Also