Overload List

  Name Description
Public method FromRU(Double, UnitTypeEnum)
Converts a double value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is Pixel.
Public method FromRU(OffsetsD, UnitTypeEnum)
Converts a OffsetsD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is Pixel.
Public method FromRU(RectangleD, UnitTypeEnum)
Converts a RectangleD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is Pixel.
Public method FromRU(Double, UnitTypeEnum, Single)
Converts a double value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.
Public method FromRU(Double, Single, Boolean)
Converts a double value expressed in the current document's ResolvedUnit units to Pixel units with resolution specified by destDpi.

Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).

Public method FromRU(Region, UnitTypeEnum, Single, Single)
Transforms (scales) a Region object expressed in the current document's ResolvedUnit units so that it uses other UnitTypeEnum units.
Public method FromRU(OffsetsD, UnitTypeEnum, Single, Single)
Converts a OffsetsD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.
Public method FromRU(OffsetsD, Single, Single, Boolean)
Converts a OffsetsD value expressed in the current document's ResolvedUnit units to a Rectangle structure expressed in Pixel units, using the specified resolution.

Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).

Public method FromRU(PointD, UnitTypeEnum, Single, Single)
Converts a PointD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.
Public method FromRU(RectangleD, UnitTypeEnum, Single, Single)
Converts a RectangleD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.
Public method FromRU(RectangleD, Single, Single, Boolean)
Converts a RectangleD value expressed in the current document's ResolvedUnit units to a Rectangle structure expressed in Pixel units, using the specified resolution.

Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).

See Also