'Declaration
Public Function GetRectangleFromAnchorPoints( _ ByVal shape As DrawingObject, _ ByVal displayFormula As Boolean, _ Optional ByVal getOriginBounds As Boolean, _ Optional ByVal zoomFactor As Double _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim shape As DrawingObject Dim displayFormula As Boolean Dim getOriginBounds As Boolean Dim zoomFactor As Double Dim value As Rectangle value = instance.GetRectangleFromAnchorPoints(shape, displayFormula, getOriginBounds, zoomFactor)
public Rectangle GetRectangleFromAnchorPoints( DrawingObject shape, bool displayFormula, bool getOriginBounds, double zoomFactor )
Parameters
- shape
- The drawing object
- displayFormula
- getOriginBounds
- zoomFactor