Share via


IXRStroke::GetDrawingAttributes (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the properties of the stroke, such as Height, Width, Color, or OutlineColor.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetDrawingAttributes(
    __out IXRDrawingAttributes **ppDrawingAttributes
) = 0;

Parameters

  • ppDrawingAttributes
    [out] Points to a pointer that points to the IXRDrawingAttributes structure that contains the properties of the stroke.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Ink.Stroke.DrawingAttributes

Requirements

Header XamlRuntime.h
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStroke
IXRStroke::SetDrawingAttributes