'Declaration
Public Overloads Function Zoom( _ ByVal currentValue As Integer _ ) As Integer
public int Zoom( int currentValue )
Parameters
- currentValue
- The System.Int32 value need to zoom.
Return Value
A System.Int32 value that represents the zoomed value.