Click or drag to resize
Rect Constructor
Overload List
  NameDescription
Public methodRect(Point, Point)
Initializes a Windows.Foundation.Rect structure that is exactly large enough to contain the two specified points.
Public methodRect(Point, Size)
Initializes a Windows.Foundation.Rect structure based on an origin and size.
Public methodRect(Double, Double, Double, Double)
Initializes a Windows.Foundation.Rect structure that has the specified x-coordinate, y-coordinate, width, and height.
Top
See Also