Share via


IXRPathFigure::SetIsClosed (Windows Embedded CE 6.0)

1/6/2010

This method specifies whether the first and last segments of a figure connect.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsClosed(
    __in bool IsClosed
) = 0;

Parameters

  • IsClosed
    [in] Set true if the first and last segments of a figure connect. Otherwise, false. The default is false.

Return Values

Returns a standard HRESULT value.

Remarks

Setting this property to true connects the endpoint of the last segment defined in the Segments collection to the starting point of the first segment of the figure.

.NET Framework Equivalent

System.Windows.Media.PathFigure.IsClosed

Requirements

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

See Also

Reference

IXRPathFigure
IXRPathFigure::GetIsClosed