[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
This is the drawing Canvas of each widget
Source position: fpg_main.pas line 169
type TfpgCanvas = class(TfpgCanvasImpl) |
||
public |
||
constructor Create(); override; |
||
destructor Destroy; override; |
||
public |
||
procedure DrawButtonFace(); |
||
procedure DrawControlFrame(); |
||
procedure DrawBevel(); |
||
procedure DrawDirectionArrow(); |
||
public |
||
procedure DrawFocusRect(); |
||
public |
||
function DrawText(); |
|
Output Text onto the Canvas |
end; |
|
This is the drawing Canvas of each widget |
|
| | ||
| | ||
| | ||
|
Abstract class used to represent a Canvas for painting |
|
| | ||
TObject |
This is the drawing Canvas of each widget.