|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent).
|
|
CreateBitmap
|
Creates a VCL TBitmap from the image. It is the responsibility of the calling routing to free the bitmap. (Overrides RSGdiPlusGraphics.TRSGPImage.CreateBitmap.)
|
|
LoadFromBitmap(HBITMAP,HPALETTE)
|
Overloaded. Load the bitmap from a HBitmap
|
|
LoadFromBitmap(TBitmap)
|
Overloaded. Load the bitmap from a VCL TBitmap
|
|
LoadFromDirectDrawSurface(IDirectDrawSurface7)
|
Load the bitmap from a DirectDraw surface
|
|
LoadFromFile(String)
|
Load the image from a file (Overrides RSGdiPlusGraphics.TRSGPImage.LoadFromFile(String).)
|
|
LoadFromIcon(HICON)
|
Overloaded. Load the bitmap from an icon
|
|
LoadFromIcon(TIcon)
|
Overloaded. Load the bitmap from an icon
|
|
LoadFromResourceName(THandle,String)
|
Load the bitmap from a resource
|
|
LoadFromStream(TStream)
|
Load the image from a stream (Overrides RSGdiPlusGraphics.TRSGPImage.LoadFromStream(TStream).)
|
|
LockBits(TRectF,TRSGPImageLockFlags,TRSGPPixelFormatRec,TRSGPBitmapData)
|
Locks a rectangular portion of this bitmap and provides a temporary buffer that you can use to read or write pixel data in a specified format. Any pixel data that you write to the buffer is copied to the Bitmap object when you call UnlockBits.
|
|
SaveToBitmap(TRSGPColor)
|
Overloaded. Save the bitmap to an HBitmap. The BackgroundColor parameter specifies the color to use for transparent pixels.
|
|
SaveToBitmap(TRSGPColor,TBitmap)
|
Overloaded. Save the bitmap to a VCL TBitmap. The BackgroundColor parameter specifies the color to use for transparent pixels.
If bitmap parameter is nil, then TBitmap will be created and needs to be freed by the calling routine.
|
|
SaveToIcon
|
Overloaded. Save the bitmap to an icon.
|
|
SaveToIcon(TIcon)
|
Overloaded. Save the bitmap to an icon.
If Icon parameter is nil, then TIcon will be created and needs to be freed by the calling routine.
|
|
SetDPIResolution(Single,Single)
|
Sets the horizontal and vertical resolution, in dots per inch, of this Bitmap object.
|
|
SetSize(Cardinal,Cardinal)
|
Sets the Width and Height, in pixels, of the bitmap.
|
|
UnlockBits(TRSGPBitmapData)
|
Unlocks a portion of this bitmap that was previously locked by a call to LockBits.
|