TCustomCanvas Class

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

The TCustomCanvas type exposes the following members.

Show:
 NameDescription
Pixels[Integer,Integer]

Represents property Pixels[Integer,Integer].

Top
Show:
 NameDescription
GetPixel(Integer,Integer)

Represents method GetPixel(Integer,Integer).

SetPixel(Integer,Integer,TColor)

Represents method SetPixel(Integer,Integer,TColor).

Top

TCustomCanvas is an abstract base class and can not be instantiated directly.