Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / UnitConverter Class / InchesToPixels Method
The value to be converted to pixels.


In This Topic
InchesToPixels Method
In This Topic
Converts a measurement from inches to pixels (1 inch = 96 pixels).
Syntax
'Declaration
 
Public Shared Function InchesToPixels( _
   ByVal value As Double _
) As Double
 
'Usage
 
Dim value As Double
Dim value As Double
 
value = UnitConverter.InchesToPixels(value)

Parameters

value
The value to be converted to pixels.

Return Value

A double value represents the corresponding pixels.
See Also