ContentPage.IContentView.CrossPlatformArrange(Rect) Method

Definition

 virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.IContentView.CrossPlatformArrange(Microsoft::Maui::Graphics::Rect bounds) = Microsoft::Maui::IContentView::CrossPlatformArrange;
Microsoft.Maui.Graphics.Size IContentView.CrossPlatformArrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Microsoft.Maui.IContentView.CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.IContentView.CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Function CrossPlatformArrange (bounds As Rect) As Size Implements IContentView.CrossPlatformArrange

Parameters

bounds
Rect

Returns

Implements

Applies to