[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create - constructor for TSharedCustomBitmap: calls inherited Create and initializes the image.
Source position: graphics.pp line 1352
public constructor TSharedCustomBitmap.Create; override; |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create calls the Init method in the internal TRawImage instance uses in the class. This ensures that resources are allocated and initialized, and properties are set to their default values in both the raw image and its image descriptor.
Version 4.0 | Generated 2025-05-03 | Home |