Namespace: Spire.Pdf.AutomaticFields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected override void PerformDraw(
	PdfCanvas graphics,
	PointF location,
	float scalingX,
	float scalingY
)
Protected Overrides Sub PerformDraw ( 
	graphics As PdfCanvas,
	location As PointF,
	scalingX As Single,
	scalingY As Single
)
protected:
virtual void PerformDraw(
	PdfCanvas^ graphics, 
	PointF location, 
	float scalingX, 
	float scalingY
) override
abstract PerformDraw : 
        graphics : PdfCanvas * 
        location : PointF * 
        scalingX : float32 * 
        scalingY : float32 -> unit 
override PerformDraw : 
        graphics : PdfCanvas * 
        location : PointF * 
        scalingX : float32 * 
        scalingY : float32 -> unit 

Parameters

graphics
PdfCanvas
location
PointF
scalingX
Single
scalingY
Single

See Also