Unit 'ZXing.LuminanceSource' Package
[Overview][Classes][Index] [#pl_zxing]

TLuminanceSource

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

Declaration

Source position: ZXing.LuminanceSource.pas line 37

type TLuminanceSource = class

protected

  FWidth: Integer;

  

  FHeight: Integer;

  

public

  constructor Create(); virtual;

  

  function Matrix; virtual; abstract;

  

  function getRow(); virtual; abstract;

  

  function crop(); virtual;

  

  function invert; virtual;

  

  function ToString; override;

  

  function RotateSupported; virtual;

  

  function CropSupported; virtual;

  

  function InversionSupported; virtual;

  

  function rotateCounterClockwise; virtual;

  

  function rotateCounterClockwise45; virtual;

  

  property Height: Integer; [r]

  

  property Width: Integer; [r]

  

end;

Inheritance

TLuminanceSource

  

|

TObject



CT Web help

CodeTyphon Studio