Extent.Grow

Grow(Extent)

Grows this extent so it includes the argument.

public void Grow(Extent extent)
ParameterTypeDescription
extentExtentOther extent.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.
ArgumentExceptionSpatialReferenceSystem of this extent and the argument are both not null and not equal to each other.

Remarks

If SpatialReferenceSystem of this SRS is null then it is updated with SRS of the argument.

See Also


Grow(double, double)

Grows this extent so it includes the specified point.

public void Grow(double x, double y)
ParameterTypeDescription
xDoubleX coordinate to include.
yDoubleY coordinate to include.

See Also