Share via


IXRStroke::GetStylusPoints (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStroke
IXRStroke::SetStylusPoints