|
|
|
|
MaxZoom (Property) In french: ZoomMax
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".
// 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|