IXRPathGeometry::GetFigures (Compact 2013)

3/28/2014

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

See Also

Reference

IXRPathGeometry
IXRPathGeometry::SetFigures