Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public RectangleF ConvertFromPixels(
	RectangleF rect,
	PdfGraphicsUnit to
)
Public Function ConvertFromPixels ( 
	rect As RectangleF,
	to As PdfGraphicsUnit
) As RectangleF
public:
RectangleF ConvertFromPixels(
	RectangleF rect, 
	PdfGraphicsUnit to
)
member ConvertFromPixels : 
        rect : RectangleF * 
        to : PdfGraphicsUnit -> RectangleF 

Parameters

rect
RectangleF
to
PdfGraphicsUnit

Return Value

RectangleF

See Also