[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_main' (#fpgui)

TfpgCanvas

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

This is the drawing Canvas of each widget

Declaration

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;

Inheritance

TfpgCanvas

  

This is the drawing Canvas of each widget

|

TfpgCanvasImpl

|

TfpgX11Canvas

|

TfpgCanvasBase

  

Abstract class used to represent a Canvas for painting

|

TObject

Description

This is the drawing Canvas of each widget.


Documentation generated on: 2013-04-29