Class CustomPaintControl
A double-buffered Control that forwards its paint pass to a user-supplied OnCustomPaint handler, allowing fully custom rendering.
Inherited Members
Namespace: Reportman.Drawing.Forms
Assembly: Reportman.Drawing.Forms.dll
Syntax
public class CustomPaintControl : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
View SourceCustomPaintControl()
Declaration
public CustomPaintControl()
Fields
View SourceOnCustomPaint
Declaration
public PaintEventHandler OnCustomPaint
Field Value
| Type | Description |
|---|---|
| PaintEventHandler |
Methods
View SourceOnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| PaintEventArgs | e |