Compute the area of this rectangle.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public double Area { get; }
Public ReadOnly Property Area As Double
Get
public:
property double Area {
double get ();
}
member Area : float with get
Return Value
Type:
DoubleThe area of this rectangle
See Also