BitmapSize BitmapSize BitmapSize BitmapSize Struct

Definition

Represents the size of a bitmap, in pixels.

public : struct BitmapSizepublic struct BitmapSizePublic Structure BitmapSize// 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)

Fields

Height Height Height Height

The height of a bitmap, in pixels.

public : field unsigned int Heightpublic field uint HeightPublic Field Height// You can use this field in JavaScript.

Width Width Width Width

The width of a bitmap, in pixels.

public : field unsigned int Widthpublic field uint WidthPublic Field Width// You can use this field in JavaScript.