C# (CSharp) FFImageLoading.Drawables 네임스페이스

클래스들

이름 설명
FFBitmapDrawable
SelfDisposingBitmapDrawable A BitmapDrawable that uses reference counting to determine when internal resources should be freed (Disposed). On Android versions Honeycomb and higher the internal Bitmap is Dispose()d but not recycled. On all other Android versions the Bitmap is recycled then disposed.