Search
InternalUtils.RectangleToPoints Method
See Also
 





Returns the points of the specified rectangle as an array.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static PointF[] RectangleToPoints (
    RectangleF r
)

Visual Basic  Copy Code

Public Shared Function RectangleToPoints( _
    r As RectangleF _
) As PointF()

 Parameters

r

The source rectangle.

 Return Value

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

 Remarks

This method supports the NetDiagram infrastructure and is not intended to be used directly from your code.

 See Also