'Declaration
Public Overloads Function MoveBy( _ ByVal point As AnchorPoint, _ ByVal horizontal As Double, _ ByVal vertical As Double, _ Optional ByVal zoomFactor As Double _ ) As AnchorPoint
'Usage
Dim instance As WorksheetDrawing Dim point As AnchorPoint Dim horizontal As Double Dim vertical As Double Dim zoomFactor As Double Dim value As AnchorPoint value = instance.MoveBy(point, horizontal, vertical, zoomFactor)
public AnchorPoint MoveBy( AnchorPoint point, double horizontal, double vertical, double zoomFactor )
Parameters
- point
- The AnchorPoint value to move.
- horizontal
- The horizontal distance.
- vertical
- The vertical distance.
- zoomFactor
Return Value
The new AnchorPoint location.