Class TImageWatermark
Unit
idCore
Declaration
type TImageWatermark = class(TPositionedObject)
Description
TImageWatermark
Hierarchy
- TPositionedObject
- TImageWatermark
Overview
Methods
Properties
 |
property Tag: PtrInt read FTag write FTag; |
 |
property Stretched: Boolean read FStretched write FStretched; |
 |
property Resource: TxomResource read FResource write FResource; |
 |
property WidthPerc : Single read FWidthPerc write FWidthPerc; |
 |
property HeightPerc : Single read FHeightPerc write FHeightPerc; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure ApplyTo (AGraphic: TGraphic); |
|
Apply this watermark to the specified graphic
|
 |
procedure SaveToFile (const AFileName: WideString); override; |
|
|
 |
procedure LoadFromFile (const AFileName: WideString); override; |
|
|
Properties
 |
property Tag: PtrInt read FTag write FTag; |
|
|
 |
property Stretched: Boolean read FStretched write FStretched; |
|
|
 |
property Resource: TxomResource read FResource write FResource; |
|
|
 |
property WidthPerc : Single read FWidthPerc write FWidthPerc; |
|
|
 |
property HeightPerc : Single read FHeightPerc write FHeightPerc; |
|
|
Generated by PasDoc 0.15.0.
|