'Declaration Public Overloads Function ToRU( _ ByVal value As RectangleD, _ ByVal srcType As UnitTypeEnum _ ) As RectangleD
public RectangleD ToRU( RectangleD value, UnitTypeEnum srcType )
Parameters
- value
- The source value to convert.
- srcType
- The unit of measurement used to express the source value. If equal to UnitTypeEnum.Pixel, the current document's C1PrintDocument.CreationDpi is used as the source resolution (DPI).
Return Value
The RectangleD expressed in C1PrintDocument.ResolvedUnit units.