Share via


IXRInkPresenter::GetStrokes (Compact 2013)

3/28/2014

This method retrieves the strokes that the IXRInkPresenter displays.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetStrokes(
    __out IXRStrokeCollection **ppStrokes
) = 0;

Parameters

  • ppStrokes
    [out] Points to a pointer to the IXRStrokeCollection that contains the strokes the IXRInkPresenter displays.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Controls.InkPresenter

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRInkPresenter
IXRInkPresenter::SetStrokes