OnPaint event. Triggers rendering or a copy of the backbuffer to foreground.


Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub OnPaint( _ 
   ByVal e As PaintEventArgs _ 
)
C#
protected override void OnPaint(
   PaintEventArgs e
)
C++
protected:
 virtual void OnPaint(
   PaintEventArgs e
) override 
J#
protected override void OnPaint(
   PaintEventArgs e
)
JScript
protected override  function OnPaint(
   e : PaintEventArgs
)

Parameters

e

See Also