Called as a result of a paint event.

Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations
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 _
)

Parameters

e
Type: TallComponents.Interaction.WinForms.Events..::..PaintEventArgs
The paint event. The origin of the graphics element is at the top left corner of the annotation. Units are in points.

See Also