Description Enables or disables image cropping using the mouse.
Usage [form.] BiDisp.Crop [= boolean]
Settings The Crop property settings for a BiDisp control are:
Setting Description
0 (Default). Prevents cropping of an image using the mouse.
1 Allows cropping of an image using the mouse.
Remarks If the Crop property is enabled and the user presses the left mouse button down, a rectangle will appear. While the left mouse button is down, the user can select a rectangle for the calculation of a new cropped image. When the button is released the cropped image is displayed in a new window. If the user does not select a rectangle, but only presses and releases the button only one pixel will appear in the new window.
The No MouseDown, MouseMove and MouseUp Events are performed during the crop procedure.
Data Type Integer (Boolean)
Available þDesign-Time þRun-Time Read þRun-Time Write
See Also CropDIB Method