Invoked after painting the children of the interactor. Can be used
to paint additional marks that should not be obscured by the child interactors.
Namespace: TallComponents.Interaction.WinForms.LayersAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected virtual void OnPaintOver( PaintEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub OnPaintOver ( _ e As PaintEventArgs _ ) |
Parameters
- e
- Type: TallComponents.Interaction.WinForms.Events..::..PaintEventArgs
The paint event data.
Remarks
The origin of the coordinate system is at the top left corner of the original extended interactor.
Overrides must call this base method in order to get OnPaintOver invoked for the base interactor.