TAChart: Add missing declaration of PutPixel to TOpenGLDrawer.

git-svn-id: trunk@52335 -
This commit is contained in:
wp 2016-05-20 18:01:04 +00:00
parent f573bc33de
commit 11f4712b8d

View File

@ -56,6 +56,7 @@ type
procedure Polyline(
const APoints: array of TPoint; AStartIndex, ANumPts: Integer);
procedure PrepareSimplePen(AColor: TChartColor);
procedure PutPixel(AX, AY: Integer; AColor: TChartColor); override;
procedure RadialPie(
AX1, AY1, AX2, AY2: Integer;
AStartAngle16Deg, AAngleLength16Deg: Integer);