SqlGeometry.ISqlSpatialGridIndexable.GetBoundingBoxCorners 메서드

Returns a value for the bounding box corners for the SQL Geometry.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
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
‘사용 방법
Dim instance As SqlGeometry 
Dim minX As Double 
Dim minY As Double 
Dim maxX As Double 
Dim maxY As Double 

CType(instance, ISqlSpatialGridIndexable).GetBoundingBoxCorners(minX, _
    minY, maxX, maxY)
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
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

구현

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

참고 항목

참조

SqlGeometry 클래스

Microsoft.SqlServer.Types 네임스페이스