Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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 ConvertToPixels( RectangleF rect, PdfGraphicsUnit from )
Public Function ConvertToPixels ( rect As RectangleF, from As PdfGraphicsUnit ) As RectangleF
public: RectangleF ConvertToPixels( RectangleF rect, PdfGraphicsUnit from )
member ConvertToPixels : rect : RectangleF * from : PdfGraphicsUnit -> RectangleF