'宣言 Public Overloads Function FromRU( _ ByVal value As OffsetsD, _ ByVal destDpiX As System.Single, _ ByVal destDpiY As System.Single, _ ByVal truncate As System.Boolean _ ) As OffsetsI
'使用法 Dim instance As C1PrintDocument Dim value As OffsetsD Dim destDpiX As System.Single Dim destDpiY As System.Single Dim truncate As System.Boolean Dim value As OffsetsI value = instance.FromRU(value, destDpiX, destDpiY, truncate)
パラメータ
- value
- The value to convert, expressed in C1PrintDocument.ResolvedUnit units.
- destDpiX
- The horizontal destination resolution (DPI).
- destDpiY
- The vertical destination resolution (DPI).
- truncate
- true to truncate the converted value, false to round it (slower but more precise).
戻り値の型
A OffsetsI structure converted to pixels.