'Declaration
Public Function Crop( _ ByVal ImageID As Integer, _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As GdPictureStatus
public function Crop( ImageID: Integer; Left: Integer; Top: Integer; Width: Integer; Height: Integer ): GdPictureStatus;
Parameters
- ImageID
- GdPicture image identifier.
- Left
- Left source pixel.
- Top
- Top source pixel.
- Width
- Width in pixel.
- Height
- Height in pixel.
Return Value
A member of the GdPictureStatus enumeration.