Share via


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

Implémente

ISqlSpatialGridIndexable.GetBoundingBoxCorners(Double, Double, Double, Double)

Voir aussi

SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début