BitmapSource.PixelHeight
BitmapSource.PixelHeight
BitmapSource.PixelHeight
BitmapSource.PixelHeight
Property
Definition
Gets the height of the bitmap in pixels.
public : int PixelHeight { get; }
int32_t PixelHeight();
public int PixelHeight { get; }
Public ReadOnly Property PixelHeight As int
Property Value
int
int
The height of the bitmap in pixels.
Feedback
Loading feedback...