Share via


ISqlSpatialGridIndexable.GetBoundingBoxCorners Method

Definition

Returns the bounding box corners of the SqlGeography or SqlGeometry instance.

public void GetBoundingBoxCorners (out double minX, out double minY, out double maxX, out double maxY);
abstract member GetBoundingBoxCorners : double * double * double * double -> unit
Public Sub GetBoundingBoxCorners (ByRef minX As Double, ByRef minY As Double, ByRef maxX As Double, ByRef maxY As Double)

Parameters

minX
Double

When this method returns, contains the x-coordinate of the lower-left corner of the bounding box.

minY
Double

When this method returns, contains the y-coordinate of the lower-left corner of the bounding box.

maxX
Double

When this method returns, contains the x-coordinate of the upper-right corner of the bounding box.

maxY
Double

When this method returns, contains the y-coordinate of the upper-right corner of the bounding box.

Applies to