Unit 'gaLayers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

TgaLayerList

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

Declaration

Source position: galayers.pas line 339

type TgaLayerList = class

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure SetSize();

  

  procedure Clear;

  

  procedure Invalidate;

  

  function AddLayer();

  

  function InsertLayer();

  

  procedure DeleteLayer();

  

  function FindLayerNamed();

  

  function GetLayerAt();

  

  function GetMergedImage();

  

  property Resampler: Integer; [rw]

  

  property BackgroundColor: TColor32; [rw]

  

  property Bounds: TRect; [r]

  

  property Count: Integer; [r]

  

  property Height: Integer; [rw]

  

  property Image: TgaGraphMem; [r]

  

  property Layer []: TgaLayer; default; [r]

  

  property MidPoint: TPointD; [r]

  

  property Root: TgaLayerGroup; [r]

  

  property Width: Integer; [rw]

  

end;

Inheritance

TgaLayerList

  

|

TObject



CT Web help

CodeTyphon Studio