|
|
|
|
|
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). Note: This property can only be used for camera fields that are not in "26 compatible mode"..
POT_Zoom.BorneMin = CAM_MaCaméra.ZoomMin
POT_Zoom.BorneMax = CAM_MaCaméra.ZoomMax
Syntax
<Result> = <Camera control>.MaxZoom
<Result>: Real Maximum zoom of the Camera control. <Camera control>: Control name Name of the Camera control used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|