|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
AddFrame
|
|
Adds a frame, specified by dimension and makes it active. The
size and resolution of the new frame are the same as that of the
previous frame. |
|
|
|
|
|
|
|
Clone
|
|
Makes a deep copy of the current Image. |
|
|
|
|
|
|
|
Commit
|
|
Commits all changes to the image. |
|
|
|
|
|
|
|
Dispose
|
|
Release any resources that are held by this object. |
|
|
|
|
|
|
|
S» FromFile
|
|
Creates an Image from a file containing image data. |
|
|
|
|
|
|
|
S» FromStream
|
|
Creates an Image from a stream containing image data. |
|
|
|
|
|
|
|
GetFrameCount
|
|
Gets the number of frames in a particular dimension. |
|
|
|
|
|
|
|
GetThumbnailImage
|
|
Makes a thumbnail of the current image. |
|
|
|
|
|
|
|
RotateFlip
|
|
Rotate or flip the current image. |
|
|
|
|
|
|
|
Save
|
|
Saves the document as a particular format. If no image format
is specified the format will be inferred from the file name
extension. |
|
|
|
|
|
|
|
SelectActiveFrame
|
|
Selects a frame specified by dimension and index. Throws an
exception if the frame does not exist. |
|
|
|
|
|
|