GoDiagram Web Reference
SnapPoint Method (IGoDragSnapper)

a PointF in document coordinates
the GoObject being moved or resized
the GoView that is moving or resizing an object
This method is called by GoView.GoView.SnapPoint to find the point to which an object should be moved or resized.
Syntax
'Declaration
 
Function SnapPoint( _
   ByVal p As PointF, _
   ByVal obj As GoObject, _
   ByVal view As GoView _
) As PointF
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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IGoDragSnapper Interface
IGoDragSnapper Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback