This property sets whether or not each point in a Polyline, Polygon, or Pen object can be edited.

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

Property Value

True: Each point can be edited

False: Editing each point is not possible.

Default value is False

Explanation

The EditByPoint property sets whether or not each point in a Polyline, Polygon, or Pen object can be edited

When this property is True and the selected object is a Polyline, Polygon, or Pen object, the mouse can be used to select an individual point in the object and move it with the mouse. When False, individual points within the Polyline, Polygon, and Pen objects cannot be selected but the entire object can be selected, moved, rotated, and resized with the mouse.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation