Stores a set of four double values that represent the location and size of a rectangle.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(RectangleD..::..TypeConverter))]
public struct RectangleD
Visual Basic
<SerializableAttribute> _
<TypeConverterAttribute(GetType(RectangleD..::..TypeConverter))> _
Public Structure RectangleD

See Also