Invoked before painting the interactor, with a coordinate system that is offset by the ShadowOffset.

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 OnPaintShadow(
	PaintEventArgs e
)
Visual Basic
Protected Overridable Sub OnPaintShadow ( _
	e As PaintEventArgs _
)

Remarks

The coordinate system is the same as the coordinate system of the interactor, but shifted w.r.t. its parent by the ShadowOffset.

Overrides must call this base method in order to get OnPaintShadow invoked for the base interactor.

See Also