ImageEn, unit iexUserInteractions

TIECloneToolInteraction.Transparency

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

Example

// Clone at 50% transparency
ImageEnView1.CloneTool.Transparency := 128;