Class TCanvasHelper
Unit
Declaration
type TCanvasHelper = class helper(TObject) for TCanvas
Description
This item has no description.
Hierarchy
- TObject
- TCanvasHelper
Overview
Methods
![]() |
procedure Draw(X,Y: integer; ABitmap: TBitmap); overload; |
![]() |
procedure Draw(X,Y: integer; AGraphic: TGraphic); overload; |
![]() |
procedure StretchDraw(ARect: TRect; ABitmap: TBitmap); overload; |
![]() |
procedure StretchDraw(ARect: TRect; AGraphic: TGraphic); overload; |
Description
Methods
![]() |
procedure Draw(X,Y: integer; ABitmap: TBitmap); overload; |
|
This item has no description. | |
![]() |
procedure Draw(X,Y: integer; AGraphic: TGraphic); overload; |
|
This item has no description. | |
![]() |
procedure StretchDraw(ARect: TRect; ABitmap: TBitmap); overload; |
|
This item has no description. | |
![]() |
procedure StretchDraw(ARect: TRect; AGraphic: TGraphic); overload; |
|
This item has no description. | |
