Invoked as result of a paint platform event. Called to draw the page background. This method will clear the the background with the backround color that is specified in the RenderSettings.

Namespace: TallComponents.Interaction.WinForms.Layers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected override void OnPaint(
	PaintEventArgs e
)
Visual Basic
Protected Overrides Sub OnPaint ( _
	e As PaintEventArgs _
)

See Also