BitmapFrame.PixelHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The height of the frame in pixels.
public:
property unsigned int PixelHeight { unsigned int get(); };
uint32_t PixelHeight();
public uint PixelHeight { get; }
var uInt32 = bitmapFrame.pixelHeight;
Public ReadOnly Property PixelHeight As UInteger
Property Value
The height of the frame in pixels.
Implements
Remarks
If you need pixel dimensions of the image as it is natively stored, use the PixelHeight property.