Camera.Parameters.IsSmoothZoomSupported Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
deprecated
Restituisce true se lo zoom smussato è supportato.
[System.Obsolete("deprecated")]
public virtual bool IsSmoothZoomSupported { [Android.Runtime.Register("isSmoothZoomSupported", "()Z", "GetIsSmoothZoomSupportedHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isSmoothZoomSupported", "()Z", "GetIsSmoothZoomSupportedHandler")>]
member this.IsSmoothZoomSupported : bool
Valore della proprietà
true se lo zoom smussato è supportato.
- Attributi
Commenti
Restituisce true se lo zoom smussato è supportato. Le applicazioni devono chiamare questa operazione prima di usare altri metodi di zoom uniforme.
per android.hardware.Camera.Parameters.isSmoothZoomSupported().
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.