DK11 for Delphi | FMX.GisCanvasFix.TGIS_CanvasHelperGpu | Classes | Methods
Helper class which overrides misbehaving methods of the FMX GPU canvas.
// Delphi type TGIS_CanvasHelperGpu = class helper for TCanvas
// C++ Builder // there is no real equivalent for class helpers typedef void *TCanvas;
→ TCanvas
Name | Visibility | Description | |
---|---|---|---|
DrawLine | public | Draws line segment between two points using the current drawing style. | |
DrawPath | public | Draws line along a path using the current drawing style. | |
FillPath | public | Fills an area bounded by a closed path using the current filling style. | |