Chatu Queens
TableroOnPaint Method |
Redibuja el tablero cuando es necesario.
Namespace: Draughts
Assembly: Draughts (in Draughts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
private void OnPaint( Object sender, PaintEventArgs e )
Private Sub OnPaint ( sender As Object, e As PaintEventArgs )
private: void OnPaint( Object^ sender, PaintEventArgs^ e )
private member OnPaint : sender : Object * e : PaintEventArgs -> unit
Parameters
- sender
- Type: SystemObject
[Missing <param name="sender"/> documentation for "M:Draughts.Tablero.OnPaint(System.Object,System.Windows.Forms.PaintEventArgs)"]
- e
- Type: System.Windows.FormsPaintEventArgs
[Missing <param name="e"/> documentation for "M:Draughts.Tablero.OnPaint(System.Object,System.Windows.Forms.PaintEventArgs)"]
See Also