C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / ToPoints Method / ToPoints(Size) Method
The size in pixels.

In This Topic
ToPoints(Size) Method
In This Topic
Converts pixels to points.
Syntax
'Declaration
 
Public Overloads Shared Function ToPoints( _
   ByVal szPixels As Size _
) As Size
 

Parameters

szPixels
The size in pixels.

Return Value

The size in points.
See Also