Feature.CalculateBounds Methods
Calculates the bounding rectangle of this Feature.
Overload List
Name | Description | |
---|---|---|
Public method | CalculateBounds() | Calculates the bounding rectangle of this Feature. |
Public method | CalculateBounds(System.Double margin) | Calculates the bounding rectangle of this Feature with the specified margin. |
CalculateBounds()
Calculates the bounding rectangle of this Feature.Syntax
public Rectangle CalculateBounds ()
Return Value
The bounding rectangle of this feature.
Remarks
The bounding rectangle that is returned is defined in the same coordinate reference system as the feature.
CalculateBounds(System.Double margin)
Calculates the bounding rectangle of this Feature with the specified margin.Syntax
public Rectangle CalculateBounds (
System.Double margin
)
Parameters
A margin in meters that is added around the feature. Values less than or equal to zero are ignored.
Return Value
The bounding rectangle of this feature with margin added around it.
Remarks
The bounding rectangle that is returned is defined in the same coordinate reference system as the feature.
Platforms
Windows, Linux, Android