IXRRectangleGeometry (Windows Embedded CE 6.0)
1/6/2010
This class describes a graphic representation of a two-dimensional rectangle.
Syntax
class IXRRectangleGeometry : public IXRGeometry
Methods
In addition to the methods inherited from IXRGeometry, this class contains the following methods.
Name | Description |
---|---|
Retrieves the x-radius of the ellipse that rounds the corners of a rectangle. |
|
Retrieves the y-radius of the ellipse that rounds the corners of a rectangle. |
|
Retrieves the dimensions of a rectangle. |
|
Sets the x-radius of the ellipse that rounds the corners of a rectangle. |
|
Sets the y-radius of the ellipse that rounds the corners of a rectangle. |
|
Sets the dimensions of a rectangle. |
Remarks
You can also define an IXRRectangleGeometry 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
IXRRectangleGeometry
.NET Framework Equivalent
System.Windows.Media.RectangleGeometry
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |