Namespace: Spire.Pdf.Graphics
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
)
Protected Function GetPointSize ( 
	width As Single,
	height As Single
) As SizeF
protected:
SizeF GetPointSize(
	float width, 
	float height
)
member GetPointSize : 
        width : float32 * 
        height : float32 -> SizeF 

Parameters

width
Single
height
Single

Return Value

SizeF

See Also