Share via


IXRPolyQuadraticBezierSegment (Windows Embedded CE 6.0)

1/6/2010

This class represents a set of quadratic Bézier segments.

Syntax

class IXRPolyQuadraticBezierSegment : public IXRPathSegment

Methods

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

Name Description

IXRPolyQuadraticBezierSegment::GetPoints

Retrieves the IXRPointCollection that defines an IXRPolyQuadraticBezierSegment object.

IXRPolyQuadraticBezierSegment::SetPoints

Sets the IXRPointCollection that defines an IXRPolyQuadraticBezierSegment object.

Remarks

An IXRQuadraticBezierSegment has one control point and an endpoint. An IXRPolyQuadraticBezierSegment can have multiple control points.

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

    IXRPolyQuadraticBezierSegment

.NET Framework Equivalent

System.Windows.Media.PolyQuadraticBezierSegment

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