다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상