Casilla.OnPaint Method

Chatu Queens

CasillaOnPaint Method

Redibuja la casilla cuando es necesario.

Namespace:  Draughts
Assembly:  Draughts (in Draughts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void OnPaint(
	Object sender,
	PaintEventArgs e
)
Protected Sub OnPaint ( 
	sender As Object,
	e As PaintEventArgs
)
protected:
void OnPaint(
	Object^ sender, 
	PaintEventArgs^ e
)
member OnPaint : 
        sender : Object * 
        e : PaintEventArgs -> unit 

Parameters

sender
Type: SystemObject

[Missing <param name="sender"/> documentation for "M:Draughts.Casilla.OnPaint(System.Object,System.Windows.Forms.PaintEventArgs)"]

e
Type: System.Windows.FormsPaintEventArgs

[Missing <param name="e"/> documentation for "M:Draughts.Casilla.OnPaint(System.Object,System.Windows.Forms.PaintEventArgs)"]

See Also