Share via


IXRPathFigure::GetSegments (Compact 2013)

3/28/2014

This method retrieves a collection of segments that defines the shape of an IXRPathFigure object.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetSegments(
    __out IXRPathSegmentCollection **ppSegments
) = 0;

Parameters

  • ppSegments
    [in] Points to the collection of segments that defines the shape of an IXRPathFigure object.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.PathFigure.Segments

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPathFigure
IXRPathFigure::SetSegments