Converts inches to dips.
Namespace: Telerik.Windows.Documents.ModelAssembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxpublic static double InchToDip(
double value
)
Public Shared Function InchToDip (
value As Double
) As Double
Parameters
- value
- Type: SystemDouble
inches
Return Value
Type:
Doublepixels
See Also