Create(TCanvas) Constructor
Creates a new wrapper canvas for a specified standard VCL Canvas.
Declaration
constructor Create(ACanvas: TCanvas); virtual;
Parameters
| Name | Type |
|---|---|
| ACanvas | TCanvas |
Remarks
Call this constructor and pass a standard VCL canvas as the ACanvas parameter to extend its functionality.
See Also