Unit 'uCEFBitmapBitBuffer' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCEFBitmapBitBuffer

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

Declaration

Source position: uCEFBitmapBitBuffer.pas line 25

type TCEFBitmapBitBuffer = class

protected

  FBuffer: pointer;

  

  FImageWidth: Integer;

  

  FImageHeight: Integer;

  

  FBufferWidth: Integer;

  

  FBufferHeight: Integer;

  

  function GetBufferScanlineSize;

  

  function GetScanlineSize;

  

  function GetBufferLength;

  

  function GetEmpty;

  

  function GetScanline();

  

  procedure CreateBuffer;

  

  procedure DestroyBuffer;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure UpdateSize();

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

  property BufferLength: Integer; [r]

  

  property Empty: Boolean; [r]

  

  property Scanline []: PByte; [r]

  

  property ScanlineSize: Integer; [r]

  

  property BufferScanlineSize: Integer; [r]

  

  property BufferBits: pointer; [r]

  

end;

Inheritance

TCEFBitmapBitBuffer

  

|

TObject



CT Web help

CodeTyphon Studio