C1.C1Preview Namespace > C1PrintDocument Class : FromRU Method |
Overload | Description |
---|---|
FromRU(Double,UnitTypeEnum,Single) | Converts a double 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(Region,UnitTypeEnum,Single,Single) | Transforms (scales) a System.Drawing.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(Double,UnitTypeEnum) | Converts a double value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is UnitTypeEnum.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 UnitTypeEnum.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 UnitTypeEnum.Pixel. |
FromRU(PointD,UnitTypeEnum,Single,Single) | Converts a PointD 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 UnitTypeEnum.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(RectangleD,Single,Single,Boolean) | Converts a RectangleD value expressed in the current document's ResolvedUnit units to a System.Drawing.Rectangle structure expressed in UnitTypeEnum.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(OffsetsD,Single,Single,Boolean) | Converts a OffsetsD value expressed in the current document's ResolvedUnit units to a System.Drawing.Rectangle structure expressed in UnitTypeEnum.Pixel units, using the specified resolution.
Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise). |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2