mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
* Merging revisions r43480 from trunk:
------------------------------------------------------------------------ r43480 | michael | 2019-11-15 16:21:38 +0100 (Fri, 15 Nov 2019) | 1 line * Make Draw, Stretchdraw, CopyRect virtual. Bug ID #35126 ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@43717 -
This commit is contained in:
parent
8e7c1a2d6f
commit
c47afd74ab
@ -371,9 +371,9 @@ type
|
||||
procedure Line (const p1,p2:TPoint);
|
||||
procedure Line (const points:TRect);
|
||||
// other procedures
|
||||
procedure CopyRect (x,y:integer; canvas:TFPCustomCanvas; SourceRect:TRect);
|
||||
procedure Draw (x,y:integer; image:TFPCustomImage);
|
||||
procedure StretchDraw (x,y,w,h:integer; source:TFPCustomImage);
|
||||
procedure CopyRect (x,y:integer; canvas:TFPCustomCanvas; SourceRect:TRect); virtual;
|
||||
procedure Draw (x,y:integer; image:TFPCustomImage); virtual;
|
||||
procedure StretchDraw (x,y,w,h:integer; source:TFPCustomImage); virtual;
|
||||
procedure Erase;virtual;
|
||||
procedure DrawPixel(const x, y: integer; const newcolor: TFPColor);
|
||||
// properties
|
||||
|
Loading…
Reference in New Issue
Block a user