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

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

Parameters

szPoints
The size in points.

Return Value

The size in pixels.
See Also