AutoPan property (ILEADRasterView)
BOOL AutoPan; | |
Overview |
Refer to Using a PanWindow. |
Remarks
Contains a value that indicates whether you can pan an image. Possible values are:
Value |
Meaning |
TRUE |
Panning the image is enabled. |
FALSE |
Panning the image is disabled. |
To pan the image, click the mouse inside the image and then drag the mouse to pan.
This is very similar to using the PanWindow, without the extra window.
See Also