AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
Remark: This property can only be used on Camera controls that are not in "Version-26-compatible mode".
Example
// Gets the maximum and minimum values for a Slider control
// to adjust the zoom of the Camera control
SLD_Zoom.MinValue = CAM_MyCamera.MinZoom
SLD_Zoom.MaxValue = CAM_MyCamera.MaxZoom
Syntax
<Result> = <Camera control>.MaxZoom
<Result>: Real
Maximum zoom of the Camera control.
<Camera control>: Control name
Name of the Camera control used.
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local