IXRInkPresenter::SetStrokes (Compact 2013)
3/28/2014
This method sets the ink strokes that the IXRInkPresenter displays.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetStrokes(
__in IXRStrokeCollection *pStrokes
) = 0;
Parameters
- pStrokes
[in] Points to the IXRStrokeCollection that contains the strokes to display.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Controls.InkPresenter
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |