'Declaration
Public Overloads Function Zoom( _ ByVal currentRectangle As RectangleF _ ) As RectangleF
public RectangleF Zoom( RectangleF currentRectangle )
Parameters
- currentRectangle
- The current rectangle.
Return Value
A System.Drawing.RectangleF value that represents the zoomed result.