BitmapBounds
BitmapBounds
BitmapBounds
BitmapBounds
Struct
Definition
Specifies a bounding rectangle.
public : struct BitmapBoundspublic struct BitmapBoundsPublic Structure BitmapBounds// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This structure is used when setting the Bounds property of a BitmapTransform.
Fields
Height Height Height Height
The Height, in pixels, of the bounding box
public : field unsigned int Heightpublic field uint HeightPublic Field Height// You can use this field in JavaScript.
Width Width Width Width
The Width, in pixels, of the bounding box.
public : field unsigned int Widthpublic field uint WidthPublic Field Width// You can use this field in JavaScript.
X X X X
The X coordinate, in pixels, of the top left corner of the bounding box.
public : field unsigned int Xpublic field uint XPublic Field X// You can use this field in JavaScript.