ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PointEventArgs class / point Field

In This Topic
    point Field
    In This Topic
    A copy of the point which is most directly related to the event. If all the points were affected (such as when you call PointCollection.removeAllPoints), then this property will have the value undefined.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var point : Point;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPointEventArgs.point;
    See Also