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


In This Topic
PointsToPixels Method
In This Topic
Converts a measurement from points to pixels.
Syntax
'Declaration
 
Public Function PointsToPixels( _
   ByVal point As Double _
) As Integer
 
'Usage
 
Dim instance As UnitConverter
Dim point As Double
Dim value As Integer
 
value = instance.PointsToPixels(point)

Parameters

point
The point value to be converted to pixels.

Return Value

A integer value represents the corresponding number of pixels.
See Also