다음을 통해 공유


Rect.Union 메서드

정의

오버로드

Union(Point)

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

Union(Rect)

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

설명

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

이 멤버의 자세한 내용과 예제는 .NET Framework API 참조를 참조 Rect.Union 하세요. (예제에서는 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

포함할 사각형입니다.

적용 대상