Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TOPBitmapCanvas = class(TPasCanvas)
![]() |
constructor Create(Bitmap: TOPBitmap); |
![]() |
destructor Destroy; override; |
![]() |
procedure MoveTo(X, Y: Integer); |
![]() |
procedure LineTo(X, Y: Integer); |
![]() |
procedure Circle(CenterX, CenterY, Radius: Integer); |
![]() |
procedure FillRect(Rect: TRect); |
![]() |
procedure Draw(X, Y: integer; Bitmap: TCanvasOPBitmap); |
![]() |
procedure Resample(NewWidth, NewHeight: integer); |
![]() |
procedure CopyRect(const Dest: TRect; Canvas: TOPBitmapCanvas; const Source: TRect); |
![]() |
procedure CopyRectPlain32SwapRGB(const Dest: TRect; Canvas: TOPBitmapCanvas; const Source: TRect); |
![]() |
property Pixels[X, Y: Integer]: TColor read GetPixel write SetPixel; |
![]() |
property Brush: TBrush read fBrush; |
![]() |
property Pen: TPen read fPen; |
![]() |
constructor Create(Bitmap: TOPBitmap); |
![]() |
destructor Destroy; override; |
![]() |
procedure MoveTo(X, Y: Integer); |
![]() |
procedure LineTo(X, Y: Integer); |
![]() |
procedure Circle(CenterX, CenterY, Radius: Integer); |
![]() |
procedure FillRect(Rect: TRect); |
![]() |
procedure Draw(X, Y: integer; Bitmap: TCanvasOPBitmap); |
![]() |
procedure Resample(NewWidth, NewHeight: integer); |
![]() |
procedure CopyRect(const Dest: TRect; Canvas: TOPBitmapCanvas; const Source: TRect); |
![]() |
procedure CopyRectPlain32SwapRGB(const Dest: TRect; Canvas: TOPBitmapCanvas; const Source: TRect); |
![]() |
property Pixels[X, Y: Integer]: TColor read GetPixel write SetPixel; |
![]() |
property Brush: TBrush read fBrush; |
![]() |
property Pen: TPen read fPen; |