[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: graphics.pp line 1295
public constructor TRasterImage.Create; override; |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create ensures that the internal shared image instance is created and referenced for the implementation.
Create sets the default value for the TransparentColor property to clDefault. This is done for Delphi compatibility where clDefault indicates that the bottom left pixel in the image is used as the transparent color.
|
Class reference used to create new instances of TRasterImage. |
|
|
Color used for transparent pixels in the image. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |