Insets.Of メソッド

定義

オーバーロード

Of(Rect)

適切な値を持つ Insets インスタンスを返します。

Of(Int32, Int32, Int32, Int32)

適切な値を持つ Insets インスタンスを返します。

Of(Rect)

適切な値を持つ Insets インスタンスを返します。

[Android.Runtime.Register("of", "(Landroid/graphics/Rect;)Landroid/graphics/Insets;", "", ApiSince=29)]
public static Android.Graphics.Insets Of (Android.Graphics.Rect? r);
[<Android.Runtime.Register("of", "(Landroid/graphics/Rect;)Landroid/graphics/Insets;", "", ApiSince=29)>]
static member Of : Android.Graphics.Rect -> Android.Graphics.Insets

パラメーター

r
Rect

値を取得する四角形

戻り値

適切な値を持つ Insets インスタンス

属性

注釈

適切な値を持つ Insets インスタンスを返します。

android.graphics.Insets.of(android.graphics.Rect)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

Of(Int32, Int32, Int32, Int32)

適切な値を持つ Insets インスタンスを返します。

[Android.Runtime.Register("of", "(IIII)Landroid/graphics/Insets;", "", ApiSince=29)]
public static Android.Graphics.Insets Of (int left, int top, int right, int bottom);
[<Android.Runtime.Register("of", "(IIII)Landroid/graphics/Insets;", "", ApiSince=29)>]
static member Of : int * int * int * int -> Android.Graphics.Insets

パラメーター

left
Int32

左のインセット

top
Int32

上部のインセット

right
Int32

右のインセット

bottom
Int32

下のインセット

戻り値

適切な値を持つインスタンスをインセットします

属性

注釈

適切な値を持つ Insets インスタンスを返します。

android.graphics.Insets.of(int, int, int, int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象