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

    Parameters

    rcPoints
    The rectangle in points.

    Return Value

    The rectangle in pixels.
    See Also