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 |
---|---|
Indicates whether the first and last segments of a figure connect. |
|
Indicates whether an IXRPathFigure includes the contained area or is only an outline. |
|
Retrieves a collection of segments that defines the shape of an IXRPathFigure object. |
|
Retrieves the point where an IXRPathFigure begins. |
|
Specifies whether the first and last segments of a figure connect. |
|
Specifies whether an IXRPathFigure includes the contained area or is only an outline. |
|
Sets the collection of segments that defines the shape of an IXRPathFigure object. |
|
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
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 |