Share via


IXRDrawingAttributes::GetOutlineColor (Compact 2013)

3/28/2014

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

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRDrawingAttributes
IXRDrawingAttributes::SetOutlineColor