Overload List
Name | Description | |
---|---|---|
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.
|
|
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.
|
|
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.
|
|
FromRU(Double, UnitTypeEnum, Single) |
Converts a double value expressed in the current document's ResolvedUnit units
to other UnitTypeEnum units.
|
|
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). |
|
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.
|
|
FromRU(OffsetsD, UnitTypeEnum, Single, Single) |
Converts a OffsetsD value expressed in the current document's ResolvedUnit units
to other UnitTypeEnum units.
|
|
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). |
|
FromRU(PointD, UnitTypeEnum, Single, Single) |
Converts a PointD value expressed in the current document's ResolvedUnit units
to other UnitTypeEnum units.
|
|
FromRU(RectangleD, UnitTypeEnum, Single, Single) |
Converts a RectangleD value expressed in the current document's ResolvedUnit units
to other UnitTypeEnum units.
|
|
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). |