'Declaration
Public Overridable Function GetPaintRect( _ ByVal shape As DrawingObject, _ ByRef zoomScale As Double _ ) As Rectangle
'Usage
Dim instance As WorksheetDrawing Dim shape As DrawingObject Dim zoomScale As Double Dim value As Rectangle value = instance.GetPaintRect(shape, zoomScale)
public virtual Rectangle GetPaintRect( DrawingObject shape, out double zoomScale )
Parameters
- shape
- The DrawingObject
- zoomScale
- The zoom scale.