|
Assign(IRSGPImage)
|
Overloaded. Copies the input image to the current image
|
|
Assign(TPersistent)
|
Overloaded. Copies the data and properties of the source image to the current image. Can also be used to copy VCL graphic images to the current image.
|
|
Clone
|
Creates a copy of the current image. It is the responsibility of the calling routing to free the new image.
|
|
CloneI
|
Creates a copy of the current image. It is the responsibility of the calling routing to free the new image.
|
|
CreateBitmap
|
Overloaded. Creates a VCL TBitmap from the image. It is the responsibility of the calling routing to free the bitmap.
|
|
CreateBitmap(TRectF)
|
Overloaded. Creates a VCL TBitmap from a portion of the image. It is the responsibility of the calling routing to free the bitmap.
|
|
GetBounds
|
Get the bounds rectangle, in pixels, of the image
|
|
GetCodec(Integer)
|
Returns the codec at the specified index in the list of codecs
|
|
GetDecoders
|
Returns an array of decoders
|
|
GetEncoders
|
Returns an array of encoders
|
|
GetHandle
|
Call this method to acquire a handle from the GDI+ flat API library (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.GetHandle.)
|
|
GetHeight
|
Returns the height, in pixels, of the image
|
|
GetHorizontalResolution
|
Returns the horizontal resolution, in dots per inch, of this image.
|
|
GetThumbnail(Cardinal,Cardinal)
|
Overloaded. Creates a thumbnail image based on the current image. It is the responsibility of the calling routing to free the new thumbnail.
|
|
GetThumbnail(Cardinal,Cardinal,ImageAbort,Pointer)
|
Overloaded. Creates a thumbnail image based on the current image. It is the responsibility of the calling routing to free the new thumbnail.
|
|
GetThumbnailAbort(Cardinal,Cardinal,ImageAbort,Pointer)
|
Creates a thumbnail image based on the current image. It is the responsibility of the calling routing to free the new thumbnail.
|
|
GetThumbnailI(Cardinal,Cardinal)
|
Creates a thumbnail image based on the current image. It is the responsibility of the calling routing to free the new thumbnail.
|
|
GetVerticalResolution
|
Returns the vertical resolution, in dots per inch, of this image.
|
|
GetWidth
|
Returns the width, in pixels, of the image
|
|
IndexOfCodec(TRSGPImageCodecInfos,TGUID)
|
Returns the index of the codecs array that matches the aCodec GUID.
|
|
InitializeCodecs
|
Retrieves all the codecs from GDI+
|
|
LoadFromFile(String)
|
Load the image from a file
|
|
LoadFromStream(TStream)
|
Load the image from a stream
|
|
ReleaseHandle
|
Releases the underlying GDI+ object back to the GDI+ library. (Overrides RSGdiPlusGraphics.TRSGPGraphicsObject.ReleaseHandle.)
|
|
RotateFlip(TRSGPRotateFlip)
|
Rotates and flips this image.
|
|
SaveToFile(String)
|
Overloaded. Saves this image to a stream based on file extension of the filename
|
|
SaveToFile(String,TGUID,PGPEncoderParameters)
|
Overloaded. Saves this image to a file based on the Clsid format specified
|
|
SaveToStream(TStream,TGUID,PGPEncoderParameters)
|
Saves this image to a stream based on the Clsid format specified
|