Crop()

void Crop(Rect cropRect)

Will crop the image to the size and offset indicated by cropRect.

Left edge of the changed image is at pixel cropRect.x
Bottom edge of the changed image is at ...

void Crop(Rect cropRect)



Will crop the image to the size and offset indicated by cropRect.

Left edge of the changed image is at pixel cropRect.x
Bottom edge of the changed image is at pixel cropRect.y
Right edge of the changed image is at pixel cropRect.x + cropRect.width
Top edge ... read more

< Back to previous page






follow us