Returns the points of the specified rectangle as an array.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public static Point[] RectangleToPoints ( |
Visual Basic Copy Code |
---|
Public Shared Function RectangleToPoints( _ |
The source rectangle.
An array of Point objects, which contains the vertices of the rectangle.
This method supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
WpfDiagram Programmer's Guide | © 2024 MindFusion |