次の方法で共有


Camera.Parameters.MaxNumFocusAreas Property

Definition

Caution

deprecated

Gets the maximum number of focus areas supported.

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

Property Value

the maximum number of focus areas supported by the camera.

Attributes

Remarks

Gets the maximum number of focus areas supported. This is the maximum length of the list in #setFocusAreas(List) and #getFocusAreas().

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

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