[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'FPimage' (#fcl)

TFPMemoryImage

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

TFPMemoryImage - FreePascal base class for an image held in memory

Declaration

Source position: fpimage.pp line 164

type TFPMemoryImage = class(TFPCustomImage)

protected

  procedure SetInternalPixel(); override;

  

SetInternalPixel - specifies the integer location of a pixel described by its coordinates

  function GetInternalPixel(); override;

  

GetInternalPixel - returns the integer location of the specified pixel

public

  constructor create(); override;

  destructor destroy; override;

  procedure SetSize(); override;

  

SetSize - specify the size of the Image

end;

Inheritance

TFPMemoryImage

  

TFPMemoryImage - FreePascal base class for an image held in memory

|

TFPCustomImage

  

TFPCustomImage - FreePascal base definition for all Image classes

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.