GoDiagram Web Reference
ComputeMove Method (GoObject)

Calculate a new location for this object.
Syntax
'Declaration
 
Public Overridable Function ComputeMove( _
   ByVal origLoc As PointF, _
   ByVal newLoc As PointF _
) As PointF
public virtual PointF ComputeMove( 
   PointF origLoc,
   PointF newLoc
)

Parameters

origLoc
newLoc

Return Value

A PointF in document coordinates.
Remarks
This is normally called from DoMove and GoDocument's CopyFromCollection(IGoCollection,Boolean,Boolean,SizeF,GoCopyDictionary).
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

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback