ImageEn, unit iexUserInteractions

TIECloneToolInteraction.ClipToBounds

TIECloneToolInteraction.ClipToBounds

Declaration

property ClipToBounds: Boolean;

Description

By default, if the user specifies a source outside the image area, the background is cloned onto the image. Enable this option to ignore any part of the source that is outside the image area.

Default: False

Example

// If user goes outside of image area do not clone the background
ImageEnView1.CloneTool.ClipToBounds := True;