ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / MouseEvent class / constrainedImagePoint Field

In This Topic
    constrainedImagePoint Field
    In This Topic
    The position of the mouse in image coordinates. This point will always be constrained to lie within the bounds of the image.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var constrainedImagePoint : Point;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMouseEvent.constrainedImagePoint;
    See Also