다음을 통해 공유


Rect.Intersect 메서드

정의

오버로드

Intersect(Rect)
Intersect(Rect, Rect)

Intersect(Rect)

public:
 Microsoft::Maui::Graphics::Rect Intersect(Microsoft::Maui::Graphics::Rect r);
public Microsoft.Maui.Graphics.Rect Intersect (Microsoft.Maui.Graphics.Rect r);
member this.Intersect : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Rect
Public Function Intersect (r As Rect) As Rect

매개 변수

r
Rect

반환

적용 대상

Intersect(Rect, Rect)

public:
 static Microsoft::Maui::Graphics::Rect Intersect(Microsoft::Maui::Graphics::Rect r1, Microsoft::Maui::Graphics::Rect r2);
public static Microsoft.Maui.Graphics.Rect Intersect (Microsoft.Maui.Graphics.Rect r1, Microsoft.Maui.Graphics.Rect r2);
static member Intersect : Microsoft.Maui.Graphics.Rect * Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Rect
Public Shared Function Intersect (r1 As Rect, r2 As Rect) As Rect

매개 변수

r1
Rect
r2
Rect

반환

적용 대상