Unit 'GR32' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TBitmap32

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

Declaration

Source position: GR32.pas line 885

type TBitmap32 = class(TCustomBitmap32)

protected

  procedure FinalizeBackend; override;

  

  procedure SetBackend(); override;

  

  procedure HandleChanged; virtual;

  

  procedure CopyPropertiesTo(); override;

  

public

  class function GetPlatformBackendClass; override;

  

  procedure Draw(); overload;

  

  procedure DrawTo();

  

  procedure TileTo();

  

  procedure UpdateFont;

  

  procedure Textout();

  

  function TextExtent();

  

  function TextHeight();

  

  function TextWidth();

  

  procedure RenderText();

  

  property Canvas: TCanvas; [r]

  

  function CanvasAllocated;

  

  procedure DeleteCanvas;

  

  property Font: TFont; [rw]

  

  property BitmapHandle: HBITMAP; [r]

  

  property BitmapInfo: TBitmapInfo; [r]

  

  property Handle: HDC; [r]

  

published

  property OnHandleChanged: TNotifyEvent; [rw]

  

end;

Inheritance

TBitmap32

  

|

TCustomBitmap32

  

|

TCustomMap

  

|

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio