10.1.112 Int32Rect

(usage)

<Int32Rect> string </Int32Rect>

(description)

Describes the width, height, and location of an integer rectangle.

[types assignable to]

Int32Rect x:Object

(used by)

BitmapImage CroppedBitmap Int32Rect

[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.