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

TBitMatrix

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

Declaration

Source position: ZXing.Common.BitMatrix.pas line 49

type TBitMatrix = class

public

  destructor Destroy; override;

  

  procedure clear;

  

  function Clone;

  

  function Equals(); override;

  

  procedure flip();

  

  function getBottomRightOnBit;

  

  function getEnclosingRectangle;

  

  function GetHashCode; override;

  

  function getRow();

  

  function getTopLeftOnBit;

  

  procedure Rotate180;

  

  procedure setRegion();

  

  procedure setRow();

  

  function ToBitmap();

  

  property width: Integer; [r]

  

  property height: Integer; [r]

  

  property Matrix []: Boolean; default; [rw]

  

  function ToString; override;

  

end;

Inheritance

TBitMatrix

  

|

TObject



CT Web help

CodeTyphon Studio