ImageEn, unit ieVect

TImageEnVect.AllowOutOfBitmapMoving

TImageEnVect.AllowOutOfBitmapMoving

Declaration

property AllowOutOfBitmapMoving: Boolean;

Description

If True, objects can go out of background bitmap.

Default: True

Transition Information

If you are transitioning your code to TImageEnView Layers, instead of AllowOutOfBitmapMoving := True (default), omit loPreventOutOfBounds. To prevent out-of-bounds moving (AllowOutOfBitmapMoving = False), use:
ImageEnView1.LayerOptions := ImageEnView1.LayerOptions + [loPreventOutOfBounds];