Spread Windows Forms 12.0 Product Documentation
PointsToPixels Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > UnitConverter Class : PointsToPixels Method
The point value to be converted to pixels.
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)
public int PointsToPixels( 
   double point
)

Parameters

point
The point value to be converted to pixels.

Return Value

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

Reference

UnitConverter Class
UnitConverter Members