Unit 'RGBTypes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_rgbgraphics]

TRGBBitmapCore

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

Declaration

Source position: rgbtypes.pas line 77

type TRGBBitmapCore = class(TPersistent)

public

  constructor Create(); virtual;

  

  constructor CreateAsCopy(); virtual;

  

  constructor CreateFromData(); virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure SwapWith(); virtual;

  

  function GetPixelPtrUnsafe();

  

  function GetPixelPtr();

  

  procedure Clear; virtual;

  

  procedure ClearWhite; virtual;

  

  procedure Invert; virtual;

  

  procedure FlipHorz; virtual;

  

  procedure FlipVert; virtual;

  

  procedure Rotate90; virtual;

  

  procedure Rotate180; virtual;

  

  procedure Rotate270; virtual;

  

  property DataOwner: Boolean; [r]

  

  property Width: Integer; [r]

  

  property Height: Integer; [r]

  

  property Pixels: PRGBPixel; [r]

  

  property RowPixelStride: Integer; [r]

  

  property Size: Integer; [r]

  

  property SizeOfPixel: Integer; [r]

  

end;

Inheritance

TRGBBitmapCore

  

|

TObject



CT Web help

CodeTyphon Studio