IXRPathSegment (Windows Embedded CE 6.0)

1/6/2010

This class represents a segment of an IXRPathFigure object.

Syntax

class IXRPathSegment : public IXRDependencyObject

Methods

All methods are inherited from IXRDependencyObject.

Remarks

Classes that derive from IXRPathSegment, such as IXRArcSegment, IXRBezierSegment, and IXRLineSegment, represent specific kinds of geometric segments.

For XAML syntaxes that take an IXRPathSegment, you must specify a concrete derived type of IXRPathSegment as an object element. a Silverlight for Windows Embedded method that returns an IXRPathSegment object will typically return an instance of one of these derived types.

Inheritance Hierarchy

IXRDependencyObject

  IXRPathSegment

    IXRArcSegment

    IXRBezierSegment

    IXRLineSegment

    IXRPolyBezierSegment

    IXRPolyLineSegment

    IXRPolyQuadraticBezierSegment

    IXRQuadraticBezierSegment

.NET Framework Equivalent

System.Windows.Media.PathSegment

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