ComponentOne PDF for .NET
C1.Pdf Namespace / C1PdfDocumentBase 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 RectangleF _
    ) As RectangleF
    public static RectangleF ToPoints( 
       RectangleF rcPixels
    )

    Parameters

    rcPixels
    The rectangle in pixels.

    Return Value

    The rectangle in points.
    See Also