'宣言 Public Overloads Function FromRU( _ ByVal value As RectangleD, _ ByVal destDpiX As System.Single, _ ByVal destDpiY As System.Single, _ ByVal truncate As System.Boolean _ ) As System.Drawing.Rectangle
'使用法 Dim instance As C1PrintDocument Dim value As RectangleD Dim destDpiX As System.Single Dim destDpiY As System.Single Dim truncate As System.Boolean Dim value As System.Drawing.Rectangle value = instance.FromRU(value, destDpiX, destDpiY, truncate)
public System.Drawing.Rectangle FromRU( RectangleD value, System.float destDpiX, System.float destDpiY, System.bool 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 System.Drawing.Rectangle structure converted to pixels.