次の方法で共有


IXRInkPresenter::GetStrokes (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

IXRInkPresenter
IXRInkPresenter::SetStrokes