Share via


IXRStroke::GetStylusPoints (Compact 2013)

3/28/2014

This method retrieves the stylus points of the IXRStroke.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetStylusPoints(
    __out IXRStylusPointCollection **ppStylusPoints
) = 0;

Parameters

  • ppStylusPoints
    [in] Points to a pointer that points to the IXRStylusPointCollection that contains the stylus points of the stroke.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Ink.Stroke.StylusPoints

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStroke
IXRStroke::SetStylusPoints