ComponentOne Word for WPF
C1.WPF.Word.4.5.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
    public static Size ToPixels( 
       Size szPoints
    )

    Parameters

    szPoints
    The size in points.

    Return Value

    The size in pixels.
    See Also