Stores a set of four double-precision floating-point numbers that represent the location and size of a rectangle.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
<SerializableAttribute> _
Public Structure RectangleD
C#
[SerializableAttribute]
public struct RectangleD
Visual C++
[SerializableAttribute]
public value class RectangleD
JavaScript
JavaScript supports the use of structures, but not the declaration of new ones.

See Also