다음을 통해 공유


Region.FromRectangles(IEnumerable<Rect>) 메서드

정의

public:
 static Microsoft::Maui::Controls::Region FromRectangles(System::Collections::Generic::IEnumerable<Microsoft::Maui::Graphics::Rect> ^ rectangles);
public static Microsoft.Maui.Controls.Region FromRectangles (System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles);
static member FromRectangles : seq<Microsoft.Maui.Graphics.Rect> -> Microsoft.Maui.Controls.Region
Public Shared Function FromRectangles (rectangles As IEnumerable(Of Rect)) As Region

매개 변수

rectangles
IEnumerable<Rect>

반환

적용 대상