SqlGeometry.ISqlSpatialGridIndexable.GetBoundingBoxCorners, méthode (Double, Double, Double, Double)
Retourne une valeur pour les angles du rectangle englobant pour SQL Geometry.
Espace de noms: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)
Syntaxe
void ISqlSpatialGridIndexable.GetBoundingBoxCorners(
out double minX,
out double minY,
out double maxX,
out double maxY
)
private:
virtual void GetBoundingBoxCorners(
[OutAttribute] double% minX,
[OutAttribute] double% minY,
[OutAttribute] double% maxX,
[OutAttribute] double% maxY
) sealed = ISqlSpatialGridIndexable::GetBoundingBoxCorners
private abstract GetBoundingBoxCorners :
minX:float byref *
minY:float byref *
maxX:float byref *
maxY:float byref -> unit
private override GetBoundingBoxCorners :
minX:float byref *
minY:float byref *
maxX:float byref *
maxY:float byref -> unit
Private Sub GetBoundingBoxCorners (
<OutAttribute> ByRef minX As Double,
<OutAttribute> ByRef minY As Double,
<OutAttribute> ByRef maxX As Double,
<OutAttribute> ByRef maxY As Double
)
Implements ISqlSpatialGridIndexable.GetBoundingBoxCorners
Paramètres
minX
Type: System.DoubleValeur minimale de X.
minY
Type: System.DoubleValeur minimale de Y.
maxX
Type: System.DoubleValeur maximale de X.
maxY
Type: System.DoubleValeur maximale de Y.
Implémente
ISqlSpatialGridIndexable.GetBoundingBoxCorners(Double, Double, Double, Double)
Voir aussi
SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms
Retour au début