ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / ToPoints Method / ToPoints(SizeF) Method
The size in pixels.

In This Topic
    ToPoints(SizeF) Method
    In This Topic
    Converts pixels to points.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToPoints( _
       ByVal szPixels As System.Drawing.SizeF _
    ) As System.Drawing.SizeF
    public static System.Drawing.SizeF ToPoints( 
       System.Drawing.SizeF szPixels
    )

    Parameters

    szPixels
    The size in pixels.

    Return Value

    The size in points.
    See Also