Share via


IXRPathGeometry::SetFigures (Windows Embedded CE 6.0)

1/6/2010

This method sets a collection of IXRPathFigure objects that describe a IXRPathGeometry.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetFigures(
    __in IXRPathFigureCollection *pFigures
) = 0;

Parameters

  • pFigures
    [in] Points to an IXRPathFigureCollection that contains the objects that describe an IXRPathGeometry object.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.PathGeometry

Requirements

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

See Also

Reference

IXRPathGeometry
IXRPathGeometry::GetFigures