C# Class TestFilmicCurve.OutputPanelHammersley

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Patapom/GodComplex

Protected Properties

Свойство Type Description
m_Bitmap System.Drawing.Bitmap
m_Samples WMath.Vector2D[]

Méthodes publiques

Méthode Description
OutputPanelHammersley ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
UpdateBitmap ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OutputPanelHammersley() public méthode

public OutputPanelHammersley ( IContainer container ) : System
container IContainer
Résultat System

UpdateBitmap() protected méthode

protected UpdateBitmap ( ) : void
Résultat void

Property Details

m_Bitmap protected_oe property

protected Bitmap,System.Drawing m_Bitmap
Résultat System.Drawing.Bitmap

m_Samples protected_oe property

protected WMath.Vector2D[] m_Samples
Résultat WMath.Vector2D[]