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

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

    Parameters

    rcPoints
    The rectangle in points.

    Return Value

    The rectangle in pixels.
    See Also