StiUnitConvertFromHInches Method (SizeD) |
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 SizeD ConvertFromHInches(
SizeD size
)
Public Function ConvertFromHInches (
size As SizeD
) As SizeD
Parameters
- size
- Type: Stimulsoft.Base.DrawingSizeD
Size for conversion.
Return Value
Type:
SizeDConverted size.
See Also