다음을 통해 공유


Icon.CreateWithContentUri 메서드

정의

오버로드

CreateWithContentUri(Uri)

URI로 지정된 이미지 파일을 가리키는 아이콘을 만듭니다.

CreateWithContentUri(String)

URI로 지정된 이미지 파일을 가리키는 아이콘을 만듭니다.

CreateWithContentUri(Uri)

URI로 지정된 이미지 파일을 가리키는 아이콘을 만듭니다.

[Android.Runtime.Register("createWithContentUri", "(Landroid/net/Uri;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)]
public static Android.Graphics.Drawables.Icon CreateWithContentUri (Android.Net.Uri? uri);
[<Android.Runtime.Register("createWithContentUri", "(Landroid/net/Uri;)Landroid/graphics/drawable/Icon;", "", ApiSince=23)>]
static member CreateWithContentUri : Android.Net.Uri -> Android.Graphics.Drawables.Icon

매개 변수

uri
Uri

로컬 content:// 또는 file:// 이미지 데이터를 참조하는 URI입니다.

반환

특성

설명

URI로 지정된 이미지 파일을 가리키는 아이콘을 만듭니다.

에 대한 android.graphics.drawable.Icon.createWithContentUri(android.net.Uri)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

CreateWithContentUri(String)

URI로 지정된 이미지 파일을 가리키는 아이콘을 만듭니다.

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

매개 변수

uri
String

로컬 content:// 또는 file:// 이미지 데이터를 참조하는 URI입니다.

반환

특성

설명

URI로 지정된 이미지 파일을 가리키는 아이콘을 만듭니다.

에 대한 android.graphics.drawable.Icon.createWithContentUri(java.lang.String)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상