TImageEnVect.AllowOutOfBitmapPolylines
TImageEnVect.AllowOutOfBitmapPolylines
Declaration
property AllowOutOfBitmapPolylines: Boolean;
Description
When True, polylines can be painted out of background bitmap bounding box.
Default: False
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of AllowOutOfBitmapPolylines := True, use Cropped := False. For AllowOutOfBitmapPolylines = False (default), leave layer cropping enabled (Cropped = True).
ImageEnView1.CurrentLayer.Cropped := False; // AllowOutOfBitmapPolylines = True
ImageEnView1.Update();