[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: lazcanvas.pas line 121
public constructor TLazCanvas.create( |
AnImage: TFPCustomImage |
); |
AnImage |
|
Screen image for the control rendered on the canvas. |
Create is the constructor for the class instance. Create calls the inherited constructor using AnImage as an argument.
Create allocates resources for the GraphicStateList property. Create sets the value for the HasNoImage member to True when AnImage has not been assigned (contains Nil).
|
Indicates if a valid image was provided in the constructor. |
Version 4.0 | Generated 2025-05-03 | Home |