SubscriptionInfo.CreateIconBitmap(Context) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザー インターフェイスでこれをSubscriptionInfo
表すアイコンBitmap
を作成して返します。
[Android.Runtime.Register("createIconBitmap", "(Landroid/content/Context;)Landroid/graphics/Bitmap;", "GetCreateIconBitmap_Landroid_content_Context_Handler", ApiSince=22)]
public virtual Android.Graphics.Bitmap? CreateIconBitmap (Android.Content.Context? context);
[<Android.Runtime.Register("createIconBitmap", "(Landroid/content/Context;)Landroid/graphics/Bitmap;", "GetCreateIconBitmap_Landroid_content_Context_Handler", ApiSince=22)>]
abstract member CreateIconBitmap : Android.Content.Context -> Android.Graphics.Bitmap
override this.CreateIconBitmap : Android.Content.Context -> Android.Graphics.Bitmap
パラメーター
- context
- Context
s を取得する DisplayMetrics
AContext
。
戻り値
この SubscriptionInfo
ビットマップ アイコン。
- 属性
注釈
ユーザー インターフェイスでこれをSubscriptionInfo
表すアイコンBitmap
を作成して返します。
の Java ドキュメントandroid.telephony.SubscriptionInfo.createIconBitmap(android.content.Context)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。