Unit 'HtmlImages' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_htmlviewer]

ThtImage

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

Declaration

Source position: HtmlImages.pas line 92

type ThtImage = class(ThtCachable)

protected

  function GetBitmap; virtual; abstract;

  

  function GetGraphic; virtual;

  

  function GetImageHeight; virtual; abstract;

  

  function GetImageWidth; virtual; abstract;

  

  function GetMask; virtual; abstract;

  

  function GetAnimate; virtual;

  

  procedure SetAnimate(); virtual;

  

  function EnlargeBitmap(); virtual;

  

  function EnlargeImage(); virtual;

  

public

  Transp: ThtImageTransparency;

  

  constructor Create(); overload;

  

  function Clone; virtual;

  

  procedure TileImage(); virtual;

  

  procedure Draw(); virtual;

  

  procedure Print(); virtual;

  

  procedure DrawTiled(); virtual;

  

  procedure PrintTiled(); virtual;

  

  procedure DrawUnstretched(); virtual;

  

  procedure PrintUnstretched(); virtual;

  

  function IsAnimated; virtual;

  

  property Bitmap: TBitmap; [r]

  

  property Mask: TBitmap; [r]

  

  property Graphic: TGraphic; [r]

  

  property Height: Integer; [r]

  

  property Width: Integer; [r]

  

  property Animate: Boolean; [rw]

  

end;

Inheritance

ThtImage

  

|

ThtCachable

  

|

TObject



CT Web help

CodeTyphon Studio