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 : ConvertToPixels Method |
public static double ConvertToPixels( double sourceValue, LogicalUnit sourceUnit, double destinationDpi )
'Declaration Public Shared Function ConvertToPixels( _ ByVal sourceValue As Double, _ ByVal sourceUnit As LogicalUnit, _ ByVal destinationDpi As Double _ ) As Double
'Usage Dim sourceValue As Double Dim sourceUnit As LogicalUnit Dim destinationDpi As Double Dim value As Double value = LogicalUnitConverter.ConvertToPixels(sourceValue, sourceUnit, destinationDpi)
public: static double ConvertToPixels( double sourceValue, LogicalUnit sourceUnit, double destinationDpi )