Converts a value measured in specified device-independent unit to pixels.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function ConvertUnitsToPixels ( _ resolution As Single, _ sourceValue As Single, _ sourceUnit As Unit _ ) As Integer
Type: System.Single
A resolution in DPI used to convert sourceUnit to pixels.Type: System.Single
A value measured in sourceUnit which should be converted to pixels.