MeteringRectangle.Width Property

Definition

Return the width of the rectangle.

public int Width { [Android.Runtime.Register("getWidth", "()I", "")] get; }
[<get: Android.Runtime.Register("getWidth", "()I", "")>]
member this.Width : int

Property Value

width >= 0

Attributes

Remarks

Return the width of the rectangle.

Java documentation for android.hardware.camera2.params.MeteringRectangle.getWidth().

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