ISqlSpatialGridIndexable.GetBoundingBoxCorners 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

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

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

구문

‘선언
Sub GetBoundingBoxCorners ( _
    <OutAttribute> ByRef minX As Double, _
    <OutAttribute> ByRef minY As Double, _
    <OutAttribute> ByRef maxX As Double, _
    <OutAttribute> ByRef maxY As Double _
)
‘사용 방법
Dim instance As ISqlSpatialGridIndexable 
Dim minX As Double 
Dim minY As Double 
Dim maxX As Double 
Dim maxY As Double

instance.GetBoundingBoxCorners(minX, _
    minY, maxX, maxY)
void GetBoundingBoxCorners(
    out double minX,
    out double minY,
    out double maxX,
    out double maxY
)
void GetBoundingBoxCorners(
    [OutAttribute] double% minX, 
    [OutAttribute] double% minY, 
    [OutAttribute] double% maxX, 
    [OutAttribute] double% maxY
)
abstract GetBoundingBoxCorners : 
        minX:float byref * 
        minY:float byref * 
        maxX:float byref * 
        maxY:float byref -> unit
function GetBoundingBoxCorners(
    minX : double, 
    minY : double, 
    maxX : double, 
    maxY : double
)

매개 변수

  • minX
    유형: System.Double%
    When this method returns, contains the x-coordinate of the lower-left corner of the bounding box.
  • minY
    유형: System.Double%
    When this method returns, contains the y-coordinate of the lower-left corner of the bounding box.
  • maxX
    유형: System.Double%
    When this method returns, contains the x-coordinate of the upper-right corner of the bounding box.
  • maxY
    유형: System.Double%
    When this method returns, contains the y-coordinate of the upper-right corner of the bounding box.

참고 항목

참조

ISqlSpatialGridIndexable 인터페이스

Microsoft.SqlServer.Types 네임스페이스