This documentation is for the old version. Go to the latest Graphics Mill docs

LosslessJpegTransform.WriteCropped Method

Crops a portion of the uncompressed JPEG image and writes it to specified file/stream.

Overload List

Name Description
Public method WriteCropped(Stream, Rectangle)

Crops a portion of the uncompressed JPEG image and writes it to specified stream.

Public method WriteCropped(String, Rectangle)

Crops a portion of the uncompressed JPEG image and writes it to specified file.

See Also

Reference