[Overview][Constants][Types][Classes][Index] Reference for unit 'msebitmap' (#msegui)

tbitmap

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

Declaration

Source position: msebitmap.pas line 42

type tbitmap = class(tsimplebitmap)

public

  constructor create();

  procedure savetoimage();

  procedure loadfromimage();

  procedure assign(); override;

  procedure change;

  procedure beginupdate;

  procedure endupdate;

  procedure loaddata(); virtual;

  function hasimage;

  procedure paint();

  procedure init(); override;

  function compressdata;

  procedure decompressdata();

  property pixel []: colorty; [rw]

  property pixels []: colorty; [rw]

  property scanline []: pointer; [r]

  property scanhigh: Integer; [r]

  property scanlinestep: Integer; [r]

  property colorforeground: colorty; [rw]

  property colorbackground: colorty; [rw]

  property alignment: alignmentsty; [rw]

  property opacity: colorty; [rw]

  property onchange: notifyeventty; [rw]

end;

Inheritance

tbitmap

|

tsimplebitmap,icanvas

|

tnullinterfacedpersistent,iunknown

|

tvirtualpersistent

|

tpersistent

?

TObject


Documentation generated on: 2021-05-13