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