This property sets whether or not to allow points to be added, inserted, or deleted, in Polyline, Polygons, and Pen objects.

[Visual Basic] Public Property EditPolylinePointEnabled As Boolean
[C#] public bool EditPolylinePointEnabled {get; set;}

Property Value

True: Points can be added, inserted or deleted

False: Points can not be added, inserted or deleted<</p>

Default value is False

Explanation

The EditPolylinePointEnabled property sets whether or not to allow points to be added, inserted, or deleted, in Polyline, Polygons, and Pen objects.

By setting both this property and the EditByPoints property to True, it is possible to add, insert, and delete points when Polyline, Polygons, or Pen objects are selected.

Adding points: When an Polyline, Polygon, or Pen object has been selected, move the mouse over the last point in the object. When the cursor changes, right click to display the context menu. Select "Add" in the context menu. The last point of the object and the mouse position will be connected with a line segment. Move the mouse to the location where you want to put the point and double click the mouse. The new point will be added.

Inserting points: When an Polyline, Polygon, or Pen object has been selected, move the mouse over a point of the object. When the mouse cursors changes, right click to display the context menu. Select "Insert" in the context menu. A point will be inserted midway between the selected point and the next point.

Deleting points: When an Polyline, Polygon, or Pen object has been selected, move the mouse over a point of the object. When the mouse cursors changes, right click to display the context menu. Select "Delete" in the context menu. The selected point will be deleted.

Coordinates can be added, inserted, or deleted using the AddPolylinePoint, InsertPolylinePoint, and DeletePolylinePoint methods.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation