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