Unit 'BGRATransform' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

TBGRABitmapScanner

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: bgratransform.pas line 143

type TBGRABitmapScanner = class(TBGRACustomScanner)

protected

  FSource: TBGRACustomBitmap;

  

  FRepeatX: Boolean;

  

  FRepeatY: Boolean;

  

  FScanline: PBGRAPixel;

  

  FCurX: Integer;

  

  FOrigin: TPoint;

  

public

  constructor Create();

  

  procedure ScanMoveTo(); override;

  

  function ScanNextPixel; override;

  

  function ScanAt(); override;

  

  procedure ScanSkipPixels(); override;

  

end;

Inheritance

TBGRABitmapScanner

  

|

TBGRACustomScanner

  

|

TObject



CT Web help

CodeTyphon Studio