Share via


Camera.Parameters.MaxNumMeteringAreas Property

Definition

Caution

deprecated

Gets the maximum number of metering areas supported.

[System.Obsolete("deprecated")]
public virtual int MaxNumMeteringAreas { [Android.Runtime.Register("getMaxNumMeteringAreas", "()I", "GetGetMaxNumMeteringAreasHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getMaxNumMeteringAreas", "()I", "GetGetMaxNumMeteringAreasHandler")>]
member this.MaxNumMeteringAreas : int

Property Value

the maximum number of metering areas supported by the camera.

Attributes

Remarks

Gets the maximum number of metering areas supported. This is the maximum length of the list in #setMeteringAreas(List) and #getMeteringAreas().

Java documentation for android.hardware.Camera.Parameters.getMaxNumMeteringAreas().

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

See also