ImageGear .NET - Updated
OnPointsRemoved Method (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : OnPointsRemoved Method
Event arguments.
Occurs when points are removed.
Syntax
'Declaration
 
Protected Sub OnPointsRemoved( _
   ByVal e As ImGearARTMarkEventArgs _
) 
'Usage
 
Dim instance As ImGearARTPolygon
Dim e As ImGearARTMarkEventArgs
 
instance.OnPointsRemoved(e)
protected void OnPointsRemoved( 
   ImGearARTMarkEventArgs e
)
protected: void OnPointsRemoved( 
   ImGearARTMarkEventArgs* e
) 
protected:
void OnPointsRemoved( 
   ImGearARTMarkEventArgs^ e
) 

Parameters

e
Event arguments.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members