public void GetConnectionLocation( ConnectionShape shape, Rectangle shapeRect, out Point startPoint, out Point endPoint )
'Declaration Public Sub GetConnectionLocation( _ ByVal shape As ConnectionShape, _ ByVal shapeRect As Rectangle, _ ByRef startPoint As Point, _ ByRef endPoint As Point _ )
'Declaration
Public Sub GetConnectionLocation( _ ByVal shape As ConnectionShape, _ ByVal shapeRect As Rectangle, _ ByRef startPoint As Point, _ ByRef endPoint As Point _ )
'Usage Dim instance As WorksheetDrawing Dim shape As ConnectionShape Dim shapeRect As Rectangle Dim startPoint As Point Dim endPoint As Point instance.GetConnectionLocation(shape, shapeRect, startPoint, endPoint)
'Usage
Dim instance As WorksheetDrawing Dim shape As ConnectionShape Dim shapeRect As Rectangle Dim startPoint As Point Dim endPoint As Point instance.GetConnectionLocation(shape, shapeRect, startPoint, endPoint)
WorksheetDrawing Class WorksheetDrawing Members