Gets a polygon approximating the outline of this object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual PointCollection GetOutlinePoly ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function GetOutlinePoly( _ |
Specifies whether the outline will be used for rendering (true) or hit-testing (false).
See Also