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

tsimplebitmap

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

Declaration

Source position: msegraphics.pas line 1228

type tsimplebitmap = class(tnullinterfacedpersistent, icanvas)

public

  constructor create();

  destructor destroy; override;

  procedure copyhandle;

  procedure releasehandle; virtual;

  procedure acquirehandle; virtual;

  property handle: pixmapty; [rw]

  procedure assign(); override;

  procedure assignnegative();

  procedure clear; virtual;

  procedure init(); virtual;

  procedure freecanvas;

  function canvasallocated;

  procedure copyarea();

  property kind: bitmapkindty; [rw]

  property canvas: tcanvas; [r]

  property size: sizety; [rw]

  property width: Integer; [rw]

  property height: Integer; [rw]

  function isempty;

end;

Inheritance

tsimplebitmap,icanvas

|

tnullinterfacedpersistent,iunknown

|

tvirtualpersistent

|

tpersistent

?

TObject


Documentation generated on: 2021-05-13