Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.12
|
Leadtools.Forms Namespace > LogicalUnitConverter Class : ConvertFromPixels Method |
public static double ConvertFromPixels( double sourceValue, double sourceDpi, LogicalUnit destinationUnit )
'Declaration Public Shared Function ConvertFromPixels( _ ByVal sourceValue As Double, _ ByVal sourceDpi As Double, _ ByVal destinationUnit As LogicalUnit _ ) As Double
'Usage Dim sourceValue As Double Dim sourceDpi As Double Dim destinationUnit As LogicalUnit Dim value As Double value = LogicalUnitConverter.ConvertFromPixels(sourceValue, sourceDpi, destinationUnit)
public: static double ConvertFromPixels( double sourceValue, double sourceDpi, LogicalUnit destinationUnit )