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

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

    Parameters

    szPoints
    The size in points.

    Return Value

    The size in pixels.
    See Also