| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > FromRU Method : FromRU(RectangleD,Single,Single,Boolean) Method |
Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).
'Declaration 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 )