Share via


IXRDrawingAttributes::GetOutlineColor (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the outline color of an ink stroke.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetOutlineColor(
    __out COLORREF *pOutlineColor
) = 0;

Parameters

  • pOutlineColor
    [out] Points to a COLORREF value that indicates the outline color.

Return Values

Returns a standard HRESULT value.

Remarks

The outline size is 1 pixel. This adds 2 pixels to the width and length of the ink stroke.

.NET Framework Equivalent

System.Windows.Ink.DrawingAttributes.OutlineColor

Requirements

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

See Also

Reference

IXRDrawingAttributes
IXRDrawingAttributes::SetOutlineColor