Class TImageWatermark

Unit

Declaration

type TImageWatermark = class(TPositionedObject)

Description

TImageWatermark

Hierarchy

  • TPositionedObject
  • TImageWatermark

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure ApplyTo (AGraphic: TGraphic);
Public procedure ApplyToBitmap (ABitmap: TvxBitmap32);
Public procedure SaveToFile (const AFileName: WideString); override;
Public procedure LoadFromFile (const AFileName: WideString); override;

Properties

Public property Tag: PtrInt read FTag write FTag;
Published property Stretched: Boolean read FStretched write FStretched;
Published property Resource: TxomResource read FResource write FResource;
Published property WidthPerc : Single read FWidthPerc write FWidthPerc;
Published property HeightPerc : Single read FHeightPerc write FHeightPerc;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure ApplyTo (AGraphic: TGraphic);

Apply this watermark to the specified graphic

Public procedure ApplyToBitmap (ABitmap: TvxBitmap32);
 
Public procedure SaveToFile (const AFileName: WideString); override;
 
Public procedure LoadFromFile (const AFileName: WideString); override;
 

Properties

Public property Tag: PtrInt read FTag write FTag;
 
Published property Stretched: Boolean read FStretched write FStretched;
 
Published property Resource: TxomResource read FResource write FResource;
 
Published property WidthPerc : Single read FWidthPerc write FWidthPerc;
 
Published property HeightPerc : Single read FHeightPerc write FHeightPerc;
 

Generated by PasDoc 0.15.0.