Share via


IXRPathGeometry (Windows Embedded CE 6.0)

1/6/2010

This class represents a complex shape composed of arcs, Bézier curves, ellipses, lines, or rectangles.

Syntax

class IXRPathGeometry : public IXRGeometry

Methods

In addition to the methods inherited from IXRGeometry, this class contains the following methods.

Name Description

IXRPathGeometry::GetFigures

Retrieves a collection of IXRPathFigure objects that describe an IXRPathGeometry.

IXRPathGeometry::GetFillRule

Indicates how IXRPathGeometry determines which subareas are inside the path and which are not.

IXRPathGeometry::SetFigures

Sets a collection of IXRPathFigure objects that describe a IXRPathGeometry.

IXRPathGeometry::SetFillRule

Specifies how IXRPathGeometry determines which subareas are inside the path and which are not.

Remarks

You can also define an IXRPathGeometry object in Microsoft Silverlight 2 XAML. For information about the differences between XAML in Silverlight for Windows Embedded and Silverlight 2, see Differences Between Silverlight for the Web and Silverlight for Windows Embedded. For more information about how to define this element in the source XAML for your application, see this Microsoft Web site.

Inheritance Hierarchy

IXRDependencyObject

  IXRGeometry

    IXRPathGeometry

.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

Classes for Visual Appearance and Behavior