Rect.Union 메서드

정의

오버로드

Union(Point)

현재 Rect가 나타내는 사각형을 지정된 지점이 포함될 수 있도록 정확하게 확장합니다.

Union(Rect)

현재 Rect가 나타내는 사각형을 지정된 사각형이 포함될 수 있도록 정확하게 확장합니다.

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .NET 프로젝션을 나타냅니다 Rect . 자세한 내용은 UWP API 참조의 Rect 를 참조 하세요.

이 멤버에 대 한 자세한 내용 및 예제 Rect.Union 는 .NET FRAMEWORK API 참조에서를 참조 하세요. 예를 들어 WPF 사용을 보여 주고 UWP XAML로 직접 변환 하지 않을 수 있습니다.

Union(Point)

현재 Rect가 나타내는 사각형을 지정된 지점이 포함될 수 있도록 정확하게 확장합니다.

public:
 void Union(Windows::Foundation::Point point);
public void Union (Windows.Foundation.Point point);
member this.Union : Windows.Foundation.Point -> unit
Public Sub Union (point As Point)

매개 변수

point
Point

포함할 지점입니다.

적용 대상

Union(Rect)

현재 Rect가 나타내는 사각형을 지정된 사각형이 포함될 수 있도록 정확하게 확장합니다.

public:
 void Union(Windows::Foundation::Rect rect);
public void Union (Windows.Foundation.Rect rect);
member this.Union : Windows.Foundation.Rect -> unit
Public Sub Union (rect As Rect)

매개 변수

rect
Rect

포함할 사각형입니다.

적용 대상