ImageEn, unit ievect

TImageEnVect.AllowOutOfBitmapPolylines

TImageEnVect.AllowOutOfBitmapPolylines

Declaration

property AllowOutOfBitmapPolylines: boolean;

Description

When true, polylines can be painted out of background bitmap bounding box.

Transition Information

If you are transitioning your code to TImageEnView Layers, instead of AllowOutOfBitmapPolylines, use: TIELayer.Cropped
ImageEnView1.CurrentLayer.Cropped := False;
ImageEnView1.Update();