The IImage type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clone()()()()
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
MinMax(array<Double>[]()[][]%, array<Double>[]()[][]%, array<Point>[]()[][]%, array<Point>[]()[][]%)
Returns the min / max location and values for the image
Save(String)
Save the image to the specific fileName
Split()()()()
Split current IImage into an array of gray scale images where each element in the array represent a single color channel of the original image

See Also