FromRU(OffsetsD,Single,Single,Boolean) Method
In This Topic
Converts a
OffsetsD value expressed in the current document's
ResolvedUnit units to a
System.Drawing.Rectangle structure expressed in
UnitTypeEnum.Pixel units, using the specified resolution.
Depending on the parameter, the converted value is either simply truncated, or rounded (slower but more precise).
Syntax
Parameters
- value
- The value to convert, expressed in 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).
Return Value
A
OffsetsI structure converted to pixels.
See Also