'Declaration Public Shared Sub Crop( _ ByVal page As ImGearPage, _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ )
'Usage Dim page As ImGearPage Dim left As Integer Dim top As Integer Dim width As Integer Dim height As Integer ImGearProcessing.Crop(page, left, top, width, height)
Parameters
- page
 - Image to crop.
 - left
 - Left border of the new image.
 - top
 - Top border of the new image.
 - width
 - Width of the new image.
 - height
 - Height of the new image.
 
