StiUnitConvertFromHInches Method (RectangleD) |
Converts a rectangle from hundredths of inch into units of this class.
Namespace:
Stimulsoft.Report.Units
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public RectangleD ConvertFromHInches(
RectangleD rect
)
Public Function ConvertFromHInches (
rect As RectangleD
) As RectangleD
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
Rectangle for conversion.
Return Value
Type:
RectangleDConverted rectangle.
See Also