다음을 통해 공유


ImageDecoder.DecodeDrawable 메서드

정의

오버로드

DecodeDrawable(ImageDecoder+Source)

#decodeDrawable(Source, OnHeaderDecodedListener)을 참조하세요.

DecodeDrawable(ImageDecoder+Source, ImageDecoder+IOnHeaderDecodedListener)

#decodeDrawable(Source, OnHeaderDecodedListener)을 참조하세요.

DecodeDrawable(ImageDecoder+Source)

#decodeDrawable(Source, OnHeaderDecodedListener)을 참조하세요.

[Android.Runtime.Register("decodeDrawable", "(Landroid/graphics/ImageDecoder$Source;)Landroid/graphics/drawable/Drawable;", "", ApiSince=28)]
public static Android.Graphics.Drawables.Drawable DecodeDrawable (Android.Graphics.ImageDecoder.Source src);
[<Android.Runtime.Register("decodeDrawable", "(Landroid/graphics/ImageDecoder$Source;)Landroid/graphics/drawable/Drawable;", "", ApiSince=28)>]
static member DecodeDrawable : Android.Graphics.ImageDecoder.Source -> Android.Graphics.Drawables.Drawable

매개 변수

반환

특성

설명

에 대한 android.graphics.ImageDecoder.decodeDrawable(android.graphics.Source)Java 설명서

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

적용 대상

DecodeDrawable(ImageDecoder+Source, ImageDecoder+IOnHeaderDecodedListener)

#decodeDrawable(Source, OnHeaderDecodedListener)을 참조하세요.

[Android.Runtime.Register("decodeDrawable", "(Landroid/graphics/ImageDecoder$Source;Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;)Landroid/graphics/drawable/Drawable;", "", ApiSince=28)]
public static Android.Graphics.Drawables.Drawable DecodeDrawable (Android.Graphics.ImageDecoder.Source src, Android.Graphics.ImageDecoder.IOnHeaderDecodedListener listener);
[<Android.Runtime.Register("decodeDrawable", "(Landroid/graphics/ImageDecoder$Source;Landroid/graphics/ImageDecoder$OnHeaderDecodedListener;)Landroid/graphics/drawable/Drawable;", "", ApiSince=28)>]
static member DecodeDrawable : Android.Graphics.ImageDecoder.Source * Android.Graphics.ImageDecoder.IOnHeaderDecodedListener -> Android.Graphics.Drawables.Drawable

매개 변수

반환

특성

설명

에 대한 android.graphics.ImageDecoder.decodeDrawable(android.graphics.Source)Java 설명서

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

적용 대상