GoDiagram Web Reference
Location Property (GoNode)

Assume the natural location of a node is the center of the GoObject.SelectionObject, if it is different from the whole group itself.
Syntax
'Declaration
 
Public Overrides Property Location As PointF
public override PointF Location {get; set;}
Remarks
If there is no separate GoObject.SelectionObject, then the Location is the same as the Position. Setting the location would naturally be implemented as this.SelectionObject.Center = value but for efficiency, it instead is implemented by setting this node's Position so that the GoObject.SelectionObject's Center is at the new location.
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

GoNode Class
GoNode Members
Base Implementation in Location

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback