Capability.ZoomRatioRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the zoom ratio range of this capability.
public Android.Util.Range ZoomRatioRange { [Android.Runtime.Register("getZoomRatioRange", "()Landroid/util/Range;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getZoomRatioRange", "()Landroid/util/Range;", "", ApiSince=30)>]
member this.ZoomRatioRange : Android.Util.Range
Property Value
The supported zoom ratio range supported by this capability
- Attributes
Remarks
Return the zoom ratio range of this capability.
Java documentation for android.hardware.camera2.params.Capability.getZoomRatioRange()
.
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.