ImageEn, unit iexUserInteractions |
|
TIECloneToolInteraction.Transparency
Declaration
property Transparency: Integer;
Description
Specify the transparency of the cloned content.
0 is transparent, 255 is opaque, 1 - 254 are partially transparent.
Default: 255
// Clone at 50% transparency
ImageEnView1.CloneTool.Transparency := 128;