IXRStroke::SetStylusPoints (Compact 2013)
3/28/2014
This method sets the stylus points of the IXRStroke.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetStylusPoints(
__in IXRStylusPointCollection *pStylusPoints
) = 0;
Parameters
- pStylusPoints
[in] Points to the IXRStylusPointCollection object that contains the stylus points in 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 |