IXRPathFigure::GetIsClosed (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetIsClosed(
    __out bool *pIsClosed
) = 0;

Parameters

  • pIsClosed
    [out] Points to a book that is true if the first and last segments of a figure connect. Otherwise, false.

Return Values

Returns a standard HRESULT value.

Remarks

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

.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::SetIsClosed