Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / GetConnectionSiteLocation Method


In This Topic
GetConnectionSiteLocation Method
In This Topic
Syntax
'Declaration
 
Public Function GetConnectionSiteLocation( _
   ByVal index As Integer, _
   ByVal bounds As Rectangle, _
   Optional ByVal transform As Boolean _
) As Point
 
'Usage
 
Dim instance As Shape
Dim index As Integer
Dim bounds As Rectangle
Dim transform As Boolean
Dim value As Point
 
value = instance.GetConnectionSiteLocation(index, bounds, transform)

Parameters

index
bounds
transform
See Also