Läs på engelska

Dela via


Insets.Max(Insets, Insets) Method

Definition

Retrieves the maximum of two Insets.

C#
[Android.Runtime.Register("max", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)Landroid/graphics/Insets;", "", ApiSince=29)]
public static Android.Graphics.Insets Max(Android.Graphics.Insets a, Android.Graphics.Insets b);

Parameters

a
Insets

The first Insets.

b
Insets

The second Insets.

Returns

max(a, b), i. e. the larger of every inset on every side is taken for the result.

Attributes

Remarks

Retrieves the maximum of two Insets.

Java documentation for android.graphics.Insets.max(android.graphics.Insets, android.graphics.Insets).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35