IXRPathSegment (Compact 2013)

3/28/2014

This class represents a segment of an IXRPathFigure object.

Syntax

class IXRPathSegment : public IXRDependencyObject

Inheritance Hierarchy

IXRDependencyObject

  IXRPathSegment

    IXRArcSegment

    IXRBezierSegment

    IXRLineSegment

    IXRPolyBezierSegment

    IXRPolyLineSegment

    IXRPolyQuadraticBezierSegment

    IXRQuadraticBezierSegment

Methods

All methods are inherited from IXRDependencyObject.

Thread Safety

Members of this class are thread-safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.

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 XAML for Windows Embedded method that returns an IXRPathSegment object will typically return an instance of one of these derived types.

When you create a class instance, use an IXRPathSegmentPtr smart pointer instead of a raw interface pointer. For more information, see XRPtr<Interface>.

.NET Framework Equivalent

System.Windows.Media.PathSegment

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

Classes for Visual Appearance