Converts pixels to points.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public static double ToPoints(
	double pixels
)
Visual Basic
Public Shared Function ToPoints ( _
	pixels As Double _
) As Double

Parameters

pixels
Type: System..::..Double
Measurement in pixels.

Return Value

Measurement in points.

See Also