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