Rectangle.Intersect 메서드 (Rectangle, Rectangle)

intersetion 사이 나타내는 사각형을 만듭니다 있는 및 b. 교집합이 없으면 null이 반환됩니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITest.Input
어셈블리:  Microsoft.VisualStudio.TestTools.UITest.Extension(Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

구문

‘선언
Public Shared Function Intersect ( _
    a As Rectangle, _
    b As Rectangle _
) As Rectangle
public static Rectangle Intersect(
    Rectangle a,
    Rectangle b
)
public:
static Rectangle Intersect(
    Rectangle a, 
    Rectangle b
)
static member Intersect : 
        a:Rectangle * 
        b:Rectangle -> Rectangle
public static function Intersect(
    a : Rectangle, 
    b : Rectangle
) : Rectangle

매개 변수

반환 값

형식: Microsoft.VisualStudio.TestTools.UITest.Input.Rectangle

.NET Framework 보안

참고 항목

참조

Rectangle 구조체

Intersect 오버로드

Microsoft.VisualStudio.TestTools.UITest.Input 네임스페이스