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

    Property Value

    The PointF is in document 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