ImageEn, unit imageenview |
|
TImageEnView.LayersCurvePoints
Declaration
property LayersCurvePoints: Integer;
Description
The number of points used to create a curve if holding the Alt key when editing a
TIEPolylineLayer using
mlEditLayerPoints.
If
LayersCurvePoints=0, the user will not be able to create curves.
Default: 30
// Allow users to edit a polyline
// Note: Hold Alt to convert a line to a curve
ImageEnView1.MouseInteractLayers := [ mlEditLayerPoints ];