Converts a
PointD value expressed in the current document's
ResolvedUnit units to other
UnitTypeEnum units.
Parameters
- value
- The value to convert, expressed in ResolvedUnit units.
- destType
- The destination UnitTypeEnum units to convert to.
- destDpiX
- The horizontal destination resolution (DPI), required only if is UnitTypeEnum.Pixel.
- destDpiY
- The vertical destination resolution (DPI), required only if is UnitTypeEnum.Pixel.
Return Value
A
PointD structure converted to target units.