ImageDecoder.IOnPartialImageListener.OnPartialImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("onPartialImage", "(Landroid/graphics/ImageDecoder$DecodeException;)Z", "GetOnPartialImage_Landroid_graphics_ImageDecoder_DecodeException_Handler:Android.Graphics.ImageDecoder/IOnPartialImageListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)]
public bool OnPartialImage (Android.Graphics.ImageDecoder.DecodeException exception);
[<Android.Runtime.Register("onPartialImage", "(Landroid/graphics/ImageDecoder$DecodeException;)Z", "GetOnPartialImage_Landroid_graphics_ImageDecoder_DecodeException_Handler:Android.Graphics.ImageDecoder/IOnPartialImageListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)>]
abstract member OnPartialImage : Android.Graphics.ImageDecoder.DecodeException -> bool
Parameters
- exception
- ImageDecoder.DecodeException
Returns
- Attributes