See Also Examples Applies To
Crops the native image.
Syntax
object.Crop (nSrcX, nSrcY, nWidth, nHeight)
The Crop syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nSrcX | Required. Long. Left source pixel. |
| nSrcY | Required. Long. Top source pixel. |
| nWidth | Required. Long. Width in pixels. |
| nHeight | Required. Long. Height in pixels. |
Returns
Remarks
WARNING: If success this method changes the native image ID. Use the GetnativeImage() method to catch the new native image ID.
Category
Crop & Auto Border Removal