ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHollowPolygon Class / PointsRemoved Event




In This Topic
    PointsRemoved Event (ImGearARTHollowPolygon)
    In This Topic
    Occurs when points are removed.
    Syntax
    'Declaration
     
    Public Event PointsRemoved As ImGearARTMarkEventHandler
    'Usage
     
    Dim instance As ImGearARTHollowPolygon
    Dim handler As ImGearARTMarkEventHandler
     
    AddHandler instance.PointsRemoved, handler
    public event ImGearARTMarkEventHandler PointsRemoved
    public: __event ImGearARTMarkEventHandler* PointsRemoved
    public:
    event ImGearARTMarkEventHandler^ PointsRemoved
    Event Data

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

    PropertyDescription
    Gets the mark in which the event fired.  
    See Also