MindFusion.Wpf Pack Programmer's Guide
Rect Constructor (Point, Point)
See Also
 





Initializes a new instance of the Rect class.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Rect (
    Point point1,
    Point point2
)

Visual Basic  Copy Code

Public New ( _
    point1 As Point, _
    point2 As Point _
)

 Parameters

point1

A Point specifying one of the rectangle corners.

point2

A Point specifying the opposite rectangle corner.

 See Also

Rect Constructor Overload List
Rect Class
MindFusion.Mapping Namespace