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 |
---|---|
Retrieves the center of the ellipse. |
|
Retrieves the width of the ellipse. |
|
Retrieves the height of the ellipse. |
|
Sets the center of the ellipse. |
|
Sets the width of the ellipse. |
|
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.
IXREllipseGeometry 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
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 |