Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 383 Bytes

bitmapsize.md

File metadata and controls

29 lines (18 loc) · 383 Bytes
-api-id -api-type
T:Windows.Graphics.Imaging.BitmapSize
winrt struct

BitmapSize

-description

Represents the size of a bitmap, in pixels.

-struct-fields

-field Width

The width of a bitmap, in pixels.

-field Height

The height of a bitmap, in pixels.

-remarks

-examples

-see-also