IXRPathFigure::GetIsFilled (Compact 2013)

3/28/2014

This method indicates whether an IXRPathFigure includes the contained area or is only an outline.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsFilled(
    __out bool *pIsFilled
) = 0;

Parameters

  • pIsFilled
    [out] Points to a bool that is true if an IXRPathFigure is filled. Otherwise, false. The default is true.

Return Values

Returns a standard HRESULT value.

Remarks

If this property is false, then the application uses only the outline of an IXRPathFigure for hit testing, rendering, and clipping, and the contained area does not contribute to the overall area of the IXRPathFigure.

You can use this property to create unfilled strokes in a filled geometry.

.NET Framework Equivalent

System.Windows.Media.PathFigure.IsFilled

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPathFigure
IXRPathFigure::SetIsFilled