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