C# Class YamuiFramework.Controls.YamuiPictureBox

Inheritance: System.Windows.Forms.PictureBox
Mostrar archivo Open project: jcaillon/3P Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void