API Reference QRCodeReader_FMX ZXing.BaseLuminanceSource TBaseLuminanceSource TBaseLuminanceSource.Create Constructor On this page Overloads Create(Integer, Integer) Create(TArray<Byte>, Integer, Integer) Unit: ZXing.BaseLuminanceSource Package: QRCodeReader_FMX Overloads Create(Integer, Integer) Create(TArray<Byte>, Integer, Integer) Create(Integer, Integer) Delphi Copy constructor Create(const width: Integer; const height: Integer) Parameters width Integer height Integer Create(TArray<Byte>, Integer, Integer) Delphi Copy constructor Create(const luminanceArray: TArray<Byte>; const width: Integer; const height: Integer) Parameters luminanceArray TArray<Byte> width Integer height Integer