4.440 Int32Rect

x:Object > Int32Rect
Int32Rect
(usage)
<Int32Rect> string </Int32Rect>
(description)
Describes the width, height, and location of an integer rectangle.
(used by)
BitmapImage CroppedBitmap
[is nullable]
false
[text syntax]
Int32RectSyntax
(properties)
Height
x:Int32
(description)
The height of the rectangle.
Width
x:Int32
(description)
The width of the rectangle.
X
x:Int32
(description)
The x-coordinate of the top-left corner of the rectangle.
Y
x:Int32
(description)
The y-coordinate of the top-left corner of the rectangle.
(static properties)
Empty
Int32Rect
(description)
The empty rectangle, a special value that represents a rectangle with no position or area.