Paints the extenstion.

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

Syntax

C#
protected virtual void OnPaint(
	PaintEventArgs e
)
Visual Basic
Protected Overridable Sub OnPaint ( _
	e As PaintEventArgs _
)

Remarks

The origin of the coordinate system is at the top left corner of the original extended interactor.

Overrides must call this method in order to get the extended interactor painted.

See Also