GoDiagram Web Reference
SetSpotLocation(Int32,PointF) Method

A predefined or user-defined integer spot or handle ID.
The new PointF position for this object's spot to be at.
Move this object so this object's given spot is at the given location.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetSpotLocation( _
   ByVal spot As Integer, _
   ByVal newp As PointF _
) 
public virtual void SetSpotLocation( 
   int spot,
   PointF newp
)

Parameters

spot
A predefined or user-defined integer spot or handle ID.
newp
The new PointF position for this object's spot to be at.
Remarks
If you want to define your own custom spots, you may wish to override the SetRectangleSpotLocation method and related methods.
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
Overload List
SetRectangleSpotLocation Method
GetSpotLocation Method
SetSpotLocation(Int32,GoObject,Int32) Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback