Gets and sets the height (in pixels) of the load crop rectangle.
Read-write property
Visual Basic |
---|
Public Property LoadCropHeight As Long |
The height (in pixels) of the load crop rectangle.
When the LoadCropEnabled property is True, the portion of the image bounded by the LoadCropX, LoadCropY, LoadCropWidth, and LoadCropHeight properties will be decompressed and displayed; when the FileName property is set or the other loading methods are called.
Decompression times for cropped images are faster than non-cropped images because only the cropped portion of the image is decompressed.
When combining actions, it is important to know the order they are performed:
-
LoadCrop
-
LoadResize
-
LoadRotate
Note: CameraRAW images can not be cropped during loading.