MeteringRectangle.Size Property

Definition

Convenience method to create the size from this metering rectangle.

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

Property Value

Size

a new Size with non-negative width and height

Attributes

Remarks

Java documentation for android.hardware.camera2.params.MeteringRectangle.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