'Declaration
Public Overloads Function GetRectangle( _ ByVal shape As DrawingObject, _ ByVal scaleX As Double, _ ByVal scaleY As Double, _ ByVal getOriginBounds As Boolean _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim shape As DrawingObject Dim scaleX As Double Dim scaleY As Double Dim getOriginBounds As Boolean Dim value As Rectangle value = instance.GetRectangle(shape, scaleX, scaleY, getOriginBounds)
public Rectangle GetRectangle( DrawingObject shape, double scaleX, double scaleY, bool getOriginBounds )
Parameters
- shape
- The drawing object.
- scaleX
- The horizontal scale unit.
- scaleY
- The vertical scale unit.
- getOriginBounds