AGI Components with Insight3D Alpha 2008 r8
AgGxImage Interface
Library ReferenceAGI.Graphics.ImagingAgGxImage
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.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxImage : 
IAgGxImage
Public 
Interface 
AgGxImage _
        
Implements 
IAgGxImage
public 
interface class 
AgGxImage : 
IAgGxImage
Members
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.
(Inherited from IAgGxImage.)
ApplyInPlace(IAgGxConditioner)
Applies a conditioner to the image in place.
(Inherited from IAgGxImage.)
Attributes
Gets the attributes associated with the image.
(Inherited from IAgGxImage.)
Data
Gets the image data associated with the current image.
(Inherited from IAgGxImage.)
Flip(AgGxFlipAxis)
Flips the current image along the given axis.
(Inherited from IAgGxImage.)
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.
(Inherited from IAgGxImage.)
LoadFromMemory(Byte % , Int32, Int32, AgGxImageFormat, AgGxPixelFormat, AgGxImageOrientation, Int32) (Inherited from IAgGxImage.)
LoadFromURI(String)
Constructs an image from the image data in a file. See AgGxImage for a list of supported image format.
(Inherited from IAgGxImage.)
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.
(Inherited from IAgGxImage.)
ReleaseData () () ()
Releases the image and all associated data.
(Inherited from IAgGxImage.)
Rotate(AgGxRotateAngle)
Rotates the current image by the given angle.
(Inherited from IAgGxImage.)

Assembly: AGI.Graphics.Imaging.Interop(Module: AGI.Graphics.Imaging.Interop) Version: 9.0.0.0 (9.0.0.0)