StiUnitConvertFromHInches Method (SizeM) |
Converts a size 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 SizeM ConvertFromHInches(
SizeM size
)
Public Function ConvertFromHInches (
size As SizeM
) As SizeM
Parameters
- size
- Type: Stimulsoft.Base.DrawingSizeM
Size for conversion.
Return Value
Type:
SizeMConverted size.
See Also