Extent.Grow
Contents
[
Hide
]Grow(Extent)
Grows this extent so it includes the argument.
public void Grow(Extent extent)
Parameter | Type | Description |
---|---|---|
extent | Extent | Other extent. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Argument is null . |
ArgumentException | SpatialReferenceSystem 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
- class Extent
- namespace Aspose.Gis
- assembly Aspose.GIS
Grow(double, double)
Grows this extent so it includes the specified point.
public void Grow(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | X coordinate to include. |
y | Double | Y coordinate to include. |
See Also
- class Extent
- namespace Aspose.Gis
- assembly Aspose.GIS