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# 
protected static SizeF GetPixelSize(
	float width,
	float height
)
Protected Shared Function GetPixelSize ( 
	width As Single,
	height As Single
) As SizeF
protected:
static SizeF GetPixelSize(
	float width, 
	float height
)
static member GetPixelSize : 
        width : float32 * 
        height : float32 -> SizeF 

Parameters

width
Single
height
Single

Return Value

SizeF

See Also