Click or drag to resize
GeEnvelope Constructor (GeCoordinate, Double, Double, Double)
Initializes a new instance of the GeEnvelope class

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeEnvelope(
	GeCoordinate center,
	double width,
	double length,
	double height = 0
)

Parameters

center
Type: FDF.Common.GeometriesGeCoordinate
width
Type: SystemDouble
length
Type: SystemDouble
height (Optional)
Type: SystemDouble
See Also