Insets.Subtract(Insets, Insets) Method

Definition

Subtract two Insets.

[Android.Runtime.Register("subtract", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)Landroid/graphics/Insets;", "", ApiSince=29)]
public static Android.Graphics.Insets Subtract (Android.Graphics.Insets a, Android.Graphics.Insets b);
[<Android.Runtime.Register("subtract", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)Landroid/graphics/Insets;", "", ApiSince=29)>]
static member Subtract : Android.Graphics.Insets * Android.Graphics.Insets -> Android.Graphics.Insets

Parameters

a
Insets

The minuend.

b
Insets

The subtrahend.

Returns

a - b, i. e. all insets on every side are subtracted from each other.

Attributes

Remarks

Subtract two Insets.

Java documentation for android.graphics.Insets.subtract(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