|
|
|
|
|
MinZoom (Property) In french: MinZoom
The MinZoom property is used to get the minimum 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". Remark: // 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>.MinZoom
<Result>: Real Minimum zoom of the Camera control. <Camera control>: Control name Name of the Camera control used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|