ViewConfiguration.Get(Context) メソッド

定義

指定したビジュアル Contextの構成を返します。

[Android.Runtime.Register("get", "(Landroid/content/Context;)Landroid/view/ViewConfiguration;", "")]
public static Android.Views.ViewConfiguration? Get(Android.Content.Context context);
[<Android.Runtime.Register("get", "(Landroid/content/Context;)Landroid/view/ViewConfiguration;", "")>]
static member Get : Android.Content.Context -> Android.Views.ViewConfiguration

パラメーター

context
Context

ビジュアル Context ビュー構成の初期化に使用されます。 Activityを使用して作成されたContextまたはその他のContext#createWindowContext(int, Bundle)である必要があります。

返品

取得操作の結果。

属性

注釈

指定したビジュアル Contextの構成を返します。 構成は、ディスプレイの寸法やディスプレイの密度など、 Contextのさまざまなパラメーターに依存します。

Javaドキュメント。

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

適用対象