Represents an image in memory. The following
image formats are supported by the libary's image readers: BMP,
ECW, IMG, JP2, NTF, NITF, PNG, SID, TIF, TIFF, JPG, JPEG, PPM, PGM,
CLDS, and TGA.
| C# | Visual Basic | Visual C++ |
public interface IAgGxImage
Public Interface IAgGxImage
public interface class IAgGxImage
| All Members | Methods | Properties | |||
|
|
|
|
|||
| Icon | Member | Description |
|---|---|---|
|
|
Apply(IAgGxConditioner) |
Applies a conditioner to the image and returns
a new image with the results of the conditioning.
|
|
|
ApplyInPlace(IAgGxConditioner) |
Applies a conditioner to the image in
place.
|
|
|
Attributes |
Gets the attributes associated with the
image.
|
|
|
Data |
Gets the image data associated with the
current image.
|
|
|
Flip(AgGxFlipAxis) |
Flips the current image along the given
axis.
|
|
|
LoadFromDynamic(IAgGxDynamicImageData) |
Constructs an image from the data provided by
the IAgGxDynamicImageData interface. The IAgGxDynamicImageData
interface can be used to dynamically update the data contained in
the image.
|
|
|
LoadFromMemory(Byte % , Int32, Int32, AgGxImageFormat, AgGxPixelFormat, AgGxImageOrientation, Int32) |
|
|
|
LoadFromURI(String) |
Constructs an image from the image data in a
file. See AgGxImage for a list of supported image format.
|
|
|
LoadFromURIRegion(String, Int32, Int32, Int32, Int32) |
Constructs an image from a subsection of the
image data in a file. See AgGxImage for a list of supported image
format.
|
|
|
ReleaseData () () () |
Releases the image and all associated
data.
|
|
|
Rotate(AgGxRotateAngle) |
Rotates the current image by the given
angle.
|
Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)