Click or drag to resize
GeEnvelopeExpand Method (Double, Double, Double, Double)
Expands this envelope using specified 2D extremes.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void Expand(
	double minX,
	double minY,
	double maxX,
	double maxY
)

Parameters

minX
Type: SystemDouble
Min. X ordinate.
minY
Type: SystemDouble
Min. Y ordinate.
maxX
Type: SystemDouble
Max. X ordinate.
maxY
Type: SystemDouble
Max. Y ordinate.
Remarks