Share via


IXRPathGeometry::GetFigures (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a collection of IXRPathFigure objects that describe an IXRPathGeometry.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetFigures(
    __out IXRPathFigureCollection **ppFigures
) = 0;

Parameters

  • ppFigures
    [out] Points to a pointer 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.Figures

Requirements

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

See Also

Reference

IXRPathGeometry
IXRPathGeometry::SetFigures