'宣言 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
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 構造体。