'Declaration
Public Shared Function Zoom( _ ByVal font As Font, _ ByVal zoomFactor As Single _ ) As Font
public static Font Zoom( Font font, float zoomFactor )
Parameters
- font
- Indicate the Font you want to zoom
- zoomFactor
- Indicate the zoom factor
Return Value
A Font with special size