BitmapSource.PixelHeight Property

Definition

Gets the height of the bitmap in pixels.

public:
 virtual property int PixelHeight { int get(); };
public virtual int PixelHeight { get; }
member this.PixelHeight : int
Public Overridable ReadOnly Property PixelHeight As Integer

Property Value

The height of the bitmap in pixels.

Applies to