GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoDragSnapper Interface / SnapPoint Method
a PointF in document coordinates
the GoObject being moved or resized
the GoView that is moving or resizing an object
In This Topic
    SnapPoint Method (IGoDragSnapper)
    In This Topic
    This method is called by GoView.GoView.SnapPoint to find the point to which an object should be moved or resized.
    Syntax
    PointF SnapPoint( 
       PointF p,
       GoObject obj,
       GoView view
    )

    Parameters

    p
    a PointF in document coordinates
    obj
    the GoObject being moved or resized
    view
    the GoView that is moving or resizing an object
    See Also