共用方式為


Icon.CreateWithFilePath(String) 方法

定義

建立指向路徑所指定影像檔案的圖示。

[Android.Runtime.Register("createWithFilePath", "(Ljava/lang/String;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)]
public static Android.Graphics.Drawables.Icon CreateWithFilePath (string? path);
[<Android.Runtime.Register("createWithFilePath", "(Ljava/lang/String;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)>]
static member CreateWithFilePath : string -> Android.Graphics.Drawables.Icon

參數

path
String

檔案的路徑,其中包含可譯碼之型 android.graphics.BitmapFactory 別的壓縮位圖數據。

傳回

屬性

備註

建立指向路徑所指定影像檔案的圖示。

android.graphics.drawable.Icon.createWithFilePath(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於