'Declaration Public Function Crop( _
ByVal xThe x-coordinate of the upper-left corner of the crop rectangle.As Integer, _
ByVal yThe y-coordinate of the upper-left corner of the crop rectangle.As Integer, _
ByVal widthThe width of the crop rectangle.As Integer, _
ByVal heightThe height of the crop rectangle.As Integer _
) As Boolean
Parameters
- x
 - The x-coordinate of the upper-left corner of the crop rectangle.
 - y
 - The y-coordinate of the upper-left corner of the crop rectangle.
 - width
 - The width of the crop rectangle.
 - height
 - The height of the crop rectangle.
 
Return Value
true if image is cropped; false if image is not cropped.