GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoInputEventArgs Class / ViewPoint Property
In This Topic
    ViewPoint Property
    In This Topic
    Gets or sets the point at which this input event occurred.
    Syntax
    public Point ViewPoint {get; set;}

    Property Value

    The Point is in view coordinates.
    Remarks
    This should be valid for mouse and drag-and-drop events. For keyboard input, this is the last available mouse point.
    See Also