Overload | Description |
---|---|
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. |
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. |
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 UnitTypeEnum.Pixel. |
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 UnitTypeEnum.Pixel. |