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

TBGRAAffineBitmapTransform

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

Declaration

Source position: bgratransform.pas line 67

type TBGRAAffineBitmapTransform = class(TBGRAAffineScannerTransform)

protected

  FBitmap: TBGRACustomBitmap;

  

  FRepeatImageX: Boolean;

  

  FRepeatImageY: Boolean;

  

  FResampleFilter: TResampleFilter;

  

  FBuffer: PBGRAPixel;

  

  FBufferSize: Int32or64;

  

  FIncludeEdges: Boolean;

  

  procedure Init();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function InternalScanCurrentPixel; override;

  

  procedure ScanPutPixels(); override;

  

  function IsScanPutPixelsDefined; override;

  

  procedure Fit(); override;

  

end;

Inheritance

TBGRAAffineBitmapTransform

  

|

TBGRAAffineScannerTransform

  

|

TBGRACustomScanner

  

|

TObject



CT Web help

CodeTyphon Studio