GoDiagram Web Reference
GetSpotLocation Method

A predefined or user-defined integer spot or handle ID.
Get the position of a spot on this object.
Syntax
'Declaration
 
Public Overridable Function GetSpotLocation( _
   ByVal spot As Integer _
) As PointF
public virtual PointF GetSpotLocation( 
   int spot
)

Parameters

spot
A predefined or user-defined integer spot or handle ID.

Return Value

A PointF value in document coordinates.
Remarks
If you want to define your own custom spots, you may wish to override the GetRectangleSpotLocation 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
GetRectangleSpotLocation Method
SetSpotLocation(Int32,PointF) Method
SetSpotLocation(Int32,GoObject,Int32) Method
SpotOpposite Method
Location Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback