Returns the points of the specified rectangle as an array.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public static PointF[] RectangleToPoints ( |
Visual Basic Copy Code |
---|
Public Shared Function RectangleToPoints( _ |
The source rectangle.
An array of PointF objects, which contains the vertices of the rectangle.
This method supports the MindFusion.Diagramming for WebForms infrastructure and is not intended to be used directly from your code.