Skia Demo VCL - RAD Studio
A sample that shows the use of the Skia4Delphi third-party add-ins.
Location
You can find the Skia Demo VCL sample project at:
- Start > Programs > Embarcadero RAD Studio 12 > Samples and navigate to:
Object Pascal\VCL\Skia4Delphi
CPP\VCL\Skia4Delphi
- Subversion Repository:
- You can find Delphi and C++ code samples in GitHub Repositories. Search by name into the sample repositories according to your RAD Studio version.
Description
This is the main Skia4Delphi demo which contains all the main features of the library. This sample is the identical version of the Skia Demo FMX, which can be seen in the following video:
How to Use the Sample
1. Navigate to one of the locations given above and open:
- Delphi: Skia4Delphi_VCL.dproj.
- C++: Skia4DelphiCpp_VCL.cbproj.
2. Press F9 or choose Run > Run.
See Also