Osztály TCanvas
Egység
Deklaráció
type TCanvas = class(TPersistent)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TCanvas
Áttekintés
Metódusok
![]() |
procedure Arc(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt; X4: LongInt; Y4: LongInt); |
![]() |
procedure Chord(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt; X4: LongInt; Y4: LongInt); |
![]() |
procedure Draw(X: LongInt; Y: LongInt; Graphic: TGraphic); |
![]() |
procedure Ellipse(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt); |
![]() |
procedure FillRect(Rect: TRect); |
![]() |
procedure FloodFill(X: LongInt; Y: LongInt; Color: TColor; FillStyle: Byte); |
![]() |
procedure LineTo(X: LongInt; Y: LongInt); |
![]() |
procedure MoveTo(X: LongInt; Y: LongInt); |
![]() |
procedure Pie(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt; X4: LongInt; Y4: LongInt); |
![]() |
procedure Rectangle(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt); |
![]() |
procedure Refresh; |
![]() |
procedure RoundRect(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt); |
![]() |
function TextHeight(Text: string): LongInt; |
![]() |
procedure TextOut(X: LongInt; Y: LongInt; Text: string); |
![]() |
function TextWidth(Text: string): LongInt; |
Tulajdonságok
![]() |
property Handle: LongInt; |
![]() |
property Pixels[param1: LongInt,param2: LongInt]: LongInt; |
![]() |
property Brush: TBrush; |
![]() |
property CopyMode: Byte; |
![]() |
property Font: TFont; |
![]() |
property Pen: TPen; |
Megjegyzés
Metódusok
![]() |
procedure Arc(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt; X4: LongInt; Y4: LongInt); |
|
This item has no description. | |
![]() |
procedure Chord(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt; X4: LongInt; Y4: LongInt); |
|
This item has no description. | |
![]() |
procedure Draw(X: LongInt; Y: LongInt; Graphic: TGraphic); |
|
This item has no description. | |
![]() |
procedure Ellipse(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt); |
|
This item has no description. | |
![]() |
procedure FillRect(Rect: TRect); |
|
This item has no description. | |
![]() |
procedure FloodFill(X: LongInt; Y: LongInt; Color: TColor; FillStyle: Byte); |
|
This item has no description. | |
![]() |
procedure LineTo(X: LongInt; Y: LongInt); |
|
This item has no description. | |
![]() |
procedure MoveTo(X: LongInt; Y: LongInt); |
|
This item has no description. | |
![]() |
procedure Pie(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt; X4: LongInt; Y4: LongInt); |
|
This item has no description. | |
![]() |
procedure Rectangle(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt); |
|
This item has no description. | |
![]() |
procedure Refresh; |
|
This item has no description. | |
![]() |
procedure RoundRect(X1: LongInt; Y1: LongInt; X2: LongInt; Y2: LongInt; X3: LongInt; Y3: LongInt); |
|
This item has no description. | |
![]() |
function TextHeight(Text: string): LongInt; |
|
This item has no description. | |
![]() |
procedure TextOut(X: LongInt; Y: LongInt; Text: string); |
|
This item has no description. | |
![]() |
function TextWidth(Text: string): LongInt; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Handle: LongInt; |
|
This item has no description. | |
![]() |
property Pixels[param1: LongInt,param2: LongInt]: LongInt; |
|
This item has no description. | |
![]() |
property Brush: TBrush; |
|
This item has no description. | |
![]() |
property CopyMode: Byte; |
|
This item has no description. | |
![]() |
property Font: TFont; |
|
This item has no description. | |
![]() |
property Pen: TPen; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
