public double PixelsToPoints( int pixel )
'Declaration Public Function PixelsToPoints( _ ByVal pixel As Integer _ ) As Double
'Declaration
Public Function PixelsToPoints( _ ByVal pixel As Integer _ ) As Double
'Usage Dim instance As UnitConverter Dim pixel As Integer Dim value As Double value = instance.PixelsToPoints(pixel)
'Usage
Dim instance As UnitConverter Dim pixel As Integer Dim value As Double value = instance.PixelsToPoints(pixel)
UnitConverter Class UnitConverter Members