ImageDecoder.ImageInfo.Size Property

Definition

Size of the image, without scaling or cropping.

public virtual Android.Util.Size Size { [Android.Runtime.Register("getSize", "()Landroid/util/Size;", "GetGetSizeHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSize", "()Landroid/util/Size;", "GetGetSizeHandler", ApiSince=28)>]
member this.Size : Android.Util.Size

Property Value

Attributes

Remarks

Size of the image, without scaling or cropping.

Java documentation for android.graphics.ImageDecoder.ImageInfo.getSize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to