ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / ToPoints Method / ToPoints(Rect) Method
The rectangle in pixels.

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

    Parameters

    rcPixels
    The rectangle in pixels.

    Return Value

    The rectangle in points.
    See Also