IXRDrawingAttributes::SetOutlineColor (Windows Embedded CE 6.0)

1/6/2010

This method sets the outline color of an ink stroke.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetOutlineColor(
    __in COLORREF OutlineColor
) = 0;

Parameters

  • OutlineColor
    [in] A COLORREF value that specifies 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::GetOutlineColor