IXRStroke::GetDrawingAttributes (Compact 2013)

3/28/2014

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

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStroke
IXRStroke::SetDrawingAttributes