'宣言 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
- 変換する値。 ResolvedUnit単位で表されます。
- destDpiX
- 水平変換先解像度(DPI)。
- destDpiY
- 垂直変換先解像度(DPI)。
- truncate
- 変換された値を切り捨てるには true、丸めるには false(低速しかし高精度)。
戻り値の型
ピクセルに変換された System.Drawing.Rectangle構造体。