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 (Declaration)
<SerializableAttribute> _
Public Structure RectangleD
C#
[SerializableAttribute]
public struct RectangleD
Visual C++
[SerializableAttribute]
public value class RectangleD

See Also