Specifies a bounding rectangle.
Syntax
var bitmapBounds = { height : /* Your value */, width : /* Your value */, x : /* Your value */, y : /* Your value */ }
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The BitmapBounds structure has these fields.
| Field | Data type | Description |
|---|---|---|
| Height | height |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The Height, in pixels, of the bounding box |
| Width | width |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The Width, in pixels, of the bounding box. |
| X | x |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The X coordinate, in pixels, of the top left corner of the bounding box. |
| Y | y |
Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++] |
The Y coordinate, in pixels, of the top left corner of the bounding box. |
Remarks
The members of this structure are measured in the coordinate space of the source (original) bitmap.
This structure is used when setting the Bounds property of a BitmapTransform.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012