MindFusion.Wpf Pack Programmer's Guide
InternalUtils.RectangleToPoints Method
See Also
 





Returns the points of the specified rectangle as an array.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 Diagramming for WPF infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming.Wpf Namespace