Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 602 Bytes

bitmapframe_orientedpixelwidth.md

File metadata and controls

25 lines (16 loc) · 602 Bytes
-api-id -api-type
P:Windows.Graphics.Imaging.BitmapFrame.OrientedPixelWidth
winrt property

Windows.Graphics.Imaging.BitmapFrame.OrientedPixelWidth

-description

The width of the frame in pixels, after any EXIF orientation has been applied to the bitmap.

-property-value

The width of the frame in pixels, after any EXIF orientation has been applied.

-remarks

Use this property in the same way as OrientedPixelWidth is used if you need to know the width of an image or of pixel data.

-examples

-see-also