Unit 'Img32.Layers' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_image32]

TLayeredImage32

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

Declaration

Source position: Img32.Layers.pas line 366

type TLayeredImage32 = class(TStorage)

protected

  property InvalidRect: TRectD; [r]

  

public

  constructor Create();

  

  procedure SetSize();

  

  procedure Clear;

  

  procedure Invalidate;

  

  function InsertChild(); override;

  

  function AddLayer();

  

  function InsertLayer();

  

  procedure DeleteLayer();

  

  function FindLayerNamed();

  

  function GetLayerAt();

  

  function GetMergedImage();

  

  function DetachRoot;

  

  function AttachRoot();

  

  property Resampler: Integer; [rw]

  

  property BackgroundColor: TColor32; [rw]

  

  property Bounds: TRect; [r]

  

  property Count: Integer; [r]

  

  property Height: Integer; [rw]

  

  property Image: TImage32; [r]

  

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

  

  property MidPoint: TPointD; [r]

  

  property Root: TGroupLayer32; [r]

  

  property Width: Integer; [rw]

  

  property RepaintNeeded: Boolean; [r]

  

end;

Inheritance

TLayeredImage32

  

|

TStorage

  

|

TInterfacedObj

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio