Share via


IXRPolyLineSegment (Windows Embedded CE 6.0)

1/6/2010

This class represents a set of line segments, with an XRPoint specifying the endpoint of each segment.

Syntax

class IXRPolyLineSegment : public IXRPathSegment

Methods

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

Name Description

IXRPolyLineSegment::GetPoints

Retrieves the IXRPointCollection that defines this IXRPolyLineSegment object.

IXRPolyLineSegment::SetPoints

Sets the IXRPointCollection that defines this IXRPolyLineSegment object.

Remarks

Use this class to create a series of connected lines in an IXRPathFigure.

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

  IXRPathSegment

    IXRPolyLineSegment

.NET Framework Equivalent

System.Windows.Media.PolyLineSegment

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