ComponentOne PDF for .NET
C1.Pdf Namespace / C1PdfDocumentBase Class / ToPixels Method / ToPixels(SizeF) Method
The size in points.

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

    Parameters

    szPoints
    The size in points.

    Return Value

    The size in pixels.
    See Also