Overload List

  Name Description
Public method ToRU(Double, UnitTypeEnum)
Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's ResolvedUnit units, using CreationDpi as the source resolution if srcType is Pixel.
Public method ToRU(RectangleD, UnitTypeEnum)
Converts a RectangleD structure expressed in specified UnitTypeEnum units to a RectangleD expressed in the current document's ResolvedUnit units, using CreationDpi as the source resolution if srcType is Pixel.
Public method ToRU(Double, UnitTypeEnum, Single)
Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's ResolvedUnit units.
Public method ToRU(RectangleD, UnitTypeEnum, Single, Single)
Converts a RectangleD structure expressed in specified UnitTypeEnum units to a RectangleD expressed in the current document's ResolvedUnit units.

See Also