Share via


IXRDrawingAttributes::GetHeight (Compact 2013)

3/28/2014

This method retrieves the height of the stylus tip.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetHeight(
    __out float* pHeight
) = 0;

Parameters

  • pHeight
    [out] Points to a float that indicates the height in pixels.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Ink.DrawingAttributes.Height

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRDrawingAttributes
IXRDrawingAttributes::SetHeight