PixelsToCharacters Method
Converts a measurement from pixels to character widths.
'Declaration
Public Function PixelsToCharacters( _
ByVal As Integer _
) As Double
'Usage
Dim instance As UnitConverter
Dim pixel As Integer
Dim value As Double
value = instance.PixelsToCharacters(pixel)
Parameters
- pixel
- The pixel value to be converted to character widths.
Return Value
A double value represents the corresponding number of character widths.