Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BitmapSource.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.

Gets the height of the bitmap in pixels.

public:
 property int PixelHeight { int get(); };
int PixelHeight();
public int PixelHeight { get; }
var int32 = bitmapSource.pixelHeight;
Public ReadOnly Property PixelHeight As Integer

Property Value

Int32

int

The height of the bitmap in pixels.

Applies to


Feedback

Was this page helpful?