BitmapBounds structure

This topic has not yet been rated - Rate this topic

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.

FieldData typeDescription
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

Windows.Graphics.Imaging
Windows::Graphics::Imaging [C++]

Metadata

Windows.winmd

See also

BitmapTransform

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.