Camera.Parameters.IsZoomSupported Propiedad

Definición

Precaución

deprecated

Devuelve true si se admite zoom.

[System.Obsolete("deprecated")]
public virtual bool IsZoomSupported { [Android.Runtime.Register("isZoomSupported", "()Z", "GetIsZoomSupportedHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isZoomSupported", "()Z", "GetIsZoomSupportedHandler")>]
member this.IsZoomSupported : bool

Valor de propiedad

true si se admite zoom.

Atributos

Comentarios

Devuelve true si se admite zoom. Las aplicaciones deben llamar a esto antes de usar otros métodos de zoom.

Java documentación para android.hardware.Camera.Parameters.isZoomSupported().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a