Search
InternalUtils.RectangleToPoints Method
See Also
 






Returns the points of the rectangle as an array

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Point[] RectangleToPoints (
    Rect r
)

Visual Basic  Copy Code

Public Shared Function RectangleToPoints( _
    r As Rect _
) As Point()

 Parameters

r

The source rectangle.

 Return Value

An array of Point objects, which contains the vertices of the rectangle.

 Remarks

This method supports the MindFusion.Diagramming for .NET MAUI infrastructure and is not intended to be used directly from your code.

 See Also