TSingleImage Class Members
Members
Methods
Assigns single image from another single image or multi image. 
This is Create, a member of class TSingleImage. 
This is CreateFromData, a member of class TSingleImage. 
This is CreateFromFile, a member of class TSingleImage. 
This is CreateFromParams, a member of class TSingleImage. 
This is CreateFromStream, a member of class TSingleImage. 
This is Destroy, a member of class TSingleImage. 
TBaseImage Class
Copies rectangular part of SrcImage to DstImage. 
This is Create, a member of class TBaseImage. 
This is CreateFromImage, a member of class TBaseImage. 
This is Destroy, a member of class TBaseImage. 
Flip 
Flips current image. 
Loads current image data from file. 
Loads current image data from stream. 
Mirrors current image. 
Creates a new image data with the given size and format. 
Replaces pixels with OldPixel in the given rectangle by NewPixel. 
Resizes current image with optional resampling. 
Rotates image by Angle degrees counterclockwise. 
Saves current image data to file. 
Saves current image data to stream. 
Stretches the contents of the source rectangle to the destination rectangle with optional resampling. 
Swaps SrcChannel and DstChannel color or alpha channels of image. 
Returns info about current image. 
Properties
TBaseImage Class
Bits 
Pointer to memory containing image bits. 
Specifies the bounding rectangle of the image. 
Image data format of current image. 
Extended image format information. 
Height of current image in pixels. 
This gives complete access to underlying TImageData record. 
This event occurs when the image data size has just changed. 
This event occurs when some pixels of the image have just changed. 
Pointer to palette for indexed format images. 
Number of entries in image's palette 
Returns pointer to image pixel at [X, Y] coordinates. 
Provides indexed access to each line of pixels. 
Size 
Size in bytes of current image's data. 
Indicates whether the current image is valid (proper format, allowed dimensions, right size, ...). 
Width of current image in pixels. 
Legend
 
public 
 
virtual 
 
read only 
You are here: Symbol Reference > Classes > TSingleImage Class