TCanvas Class

Represents type TCanvas.

Namespace: System.Graphics
TObject
  System.Graphics.TCustomCanvas
    System.Graphics.TCanvas
type
 TCanvas = class sealed(TCustomCanvas)
 end;

The TCanvas type exposes the following members.

Show:
 NameDescription
Pixels[Integer,Integer]

Represents property Pixels[Integer,Integer]. (Inherited from TCustomCanvas.)

Top
Show:
 NameDescription
GetPixel(Integer,Integer)

Represents method GetPixel(Integer,Integer). (Inherited from TCustomCanvas.)

SetPixel(Integer,Integer,TColor)

Represents method SetPixel(Integer,Integer,TColor). (Inherited from TCustomCanvas.)

Top