Share via


IXRDrawingAttributes::GetWidth (Compact 2013)

3/28/2014

This method retrieves the width of the stylus tip.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetWidth(
    __out float* pWidth
) = 0;

Parameters

  • pWidth
    [out] Points to a float that indicates the width in pixels.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Ink.DrawingAttributes.Width

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRDrawingAttributes
IXRDrawingAttributes::SetWidth