Share via


IXREllipseGeometry (Windows Embedded CE 6.0)

1/6/2010

This class represents the geometry of a circle or ellipse.

Syntax

class IXREllipseGeometry : public IXRGeometry

Methods

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

Name Description

IXREllipseGeometry::GetCenter

Retrieves the center of the ellipse.

IXREllipseGeometry::GetRadiusX

Retrieves the width of the ellipse.

IXREllipseGeometry::GetRadiusY

Retrieves the height of the ellipse.

IXREllipseGeometry::SetCenter

Sets the center of the ellipse.

IXREllipseGeometry::SetRadiusX

Sets the width of the ellipse.

IXREllipseGeometry::SetRadiusY

Sets the height of the ellipse.

Remarks

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

Ee501903.collapse(en-US,WinEmbedded.60).gifIXREllipseGeometry Compared to IXREllipse

The IXREllipse class has a Fill, Stroke, and other rendering properties that are not available in IXREllipseGeometry.

The IXREllipseGeometry class defines the geometry of an ellipse only and cannot render itself.

Inheritance Hierarchy

IXRDependencyObject

  IXRGeometry

    IXREllipseGeometry

.NET Framework Equivalent

System.Windows.Media.EllipseGeometry

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