Camera.Parameters.IsSmoothZoomSupported プロパティ

定義

注意事項

deprecated

スムーズ ズームがサポートされている場合は true を返します。

[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

プロパティ値

滑らかなズームがサポートされている場合は true。

属性

注釈

スムーズ ズームがサポートされている場合は true を返します。 アプリケーションでは、他のスムーズ ズーム メソッドを使用する前に、これを呼び出す必要があります。

android.hardware.Camera.Parameters.isSmoothZoomSupported()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象