'Declaration
Public Overloads Sub GetAnchorPoint( _ ByVal drawingObject As DrawingObject, _ ByRef startAnchorPoint As AnchorPoint, _ ByRef endAnchorPoint As AnchorPoint _ )
'Usage
Dim instance As WorksheetDrawing Dim drawingObject As DrawingObject Dim startAnchorPoint As AnchorPoint Dim endAnchorPoint As AnchorPoint instance.GetAnchorPoint(drawingObject, startAnchorPoint, endAnchorPoint)
public void GetAnchorPoint( DrawingObject drawingObject, out AnchorPoint startAnchorPoint, out AnchorPoint endAnchorPoint )
Parameters
- drawingObject
- startAnchorPoint
- endAnchorPoint