IXRBitmapSource::GetPixelHeight (Compact 2013)

3/28/2014

This method retrieves the height, in pixels, of a bitmap.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetPixelHeight(
    int* pPixelHeight
) = 0;

Parameters

  • pPixelHeight
    [out] Pointer to the height, in pixels, of a bitmap.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Imaging.BitmapSource.PixelHeight

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRBitmapSource