Share via


IXRPathFigure (Windows Embedded CE 6.0)

1/6/2010

This class represents a single, connected series of two-dimensional geometric segments.

Syntax

class IXRPathFigure : public IXRDependencyObject

Methods

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

Name Description

IXRPathFigure::GetIsClosed

Indicates whether the first and last segments of a figure connect.

IXRPathFigure::GetIsFilled

Indicates whether an IXRPathFigure includes the contained area or is only an outline.

IXRPathFigure::GetSegments

Retrieves a collection of segments that defines the shape of an IXRPathFigure object.

IXRPathFigure::GetStartPoint

Retrieves the point where an IXRPathFigure begins.

IXRPathFigure::SetIsClosed

Specifies whether the first and last segments of a figure connect.

IXRPathFigure::SetIsFilled

Specifies whether an IXRPathFigure includes the contained area or is only an outline.

IXRPathFigure::SetSegments

Sets the collection of segments that defines the shape of an IXRPathFigure object.

IXRPathFigure::SetStartPoint

Specifies the point where the IXRPathFigure begins.

Remarks

You can also define an IXRPathFigure 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

  IXRPathFigure

.NET Framework Equivalent

System.Windows.Media.PathFigure

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