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, use:
loPreventOutOfBounds
ImageEnView1.LayerOptions := ImageEnView1.LayerOptions + [loPreventOutOfBounds];