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