[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a Bitmap with the content from the specified TFPCustomImage instance.
Source position: graphics.pp line 1999
function CreateBitmapFromFPImage( |
Img: TFPCustomImage |
):TBitmap; |
Img |
|
TFPCustomImage with the content copied into the return value. |
TBitmap instance created and loaded in the routine.
Creates a temporary TLazIntfImage instance used to copy the image content in Img into the TBitmap instance in the return value.
|
Represents a graphical image. |
|
|
Loads the image from a TLazIntfImage instance. |
Version 4.0 | Generated 2025-05-03 | Home |