Share via


Camera.Parameters.MaxZoom Property

Definition

Caution

deprecated

Gets the maximum zoom value allowed for snapshot.

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

Property Value

the maximum zoom value supported by the camera.

Attributes

Remarks

Gets the maximum zoom value allowed for snapshot. This is the maximum value that applications can set to #setZoom(int). Applications should call #isZoomSupported before using this method. This value may change in different preview size. Applications should call this again after setting preview size.

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

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