Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
protected SizeF GetPointSize( float width, float height, float horizontalResolution, float verticalResolution )
Protected Function GetPointSize ( width As Single, height As Single, horizontalResolution As Single, verticalResolution As Single ) As SizeF
protected: SizeF GetPointSize( float width, float height, float horizontalResolution, float verticalResolution )
member GetPointSize : width : float32 * height : float32 * horizontalResolution : float32 * verticalResolution : float32 -> SizeF