IXRPathFigure::SetSegments (Windows Embedded CE 6.0)

1/6/2010

This method sets the collection of segments that define the shape of an IXRPathFigure object.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetSegments(
    __in IXRPathSegmentCollection *pSegments
) = 0;

Parameters

  • pSegments
    [in] Points to the collection of segments that define the shape of an IXRPathFigure object. The default is an empty collection.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.PathFigure.Segments

Requirements

sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRPathFigure
IXRPathFigure::GetSegments