ImageGear .NET - Updated August 31, 2018
PointAdded Event (ImGearARTCurve)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCurve Class : PointAdded Event
Occurs when a point is added to the mark.
Syntax
'Declaration
 
Public Event PointAdded As ImGearARTMarkPointEventHandler
 
'Usage
 
Dim instance As ImGearARTCurve
Dim handler As ImGearARTMarkPointEventHandler
 
AddHandler instance.PointAdded, handler
Event Data

The event handler receives an argument of type ImGearARTMarkPointEventArgs containing data related to this event. The following ImGearARTMarkPointEventArgs properties provide information specific to this event.

PropertyDescription
Gets the point that was added or changed.  
See Also