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

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

    Parameters

    rcPixels
    The rectangle in pixels.

    Return Value

    The rectangle in points.
    See Also