C# Class StandardizedDiffuseAlbedoMaps.WhiteImageReferencePanel

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

Private Properties

Свойство Type Description
Client2ImageUV ImageUtility.float2
ImageClientRect System.Drawing.RectangleF
ImageUV2Client System.Drawing.PointF
UpdateBitmap void

Méthodes publiques

Méthode Description
WhiteImageReferencePanel ( IContainer container ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
Client2ImageUV ( PointF _Position ) : ImageUtility.float2
ImageClientRect ( ) : RectangleF
ImageUV2Client ( ImageUtility _Position ) : PointF
UpdateBitmap ( ) : void

/// Starts color picking with the mouse, provided delegate is called on mouse move with new informations ///

Method Details

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
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

WhiteImageReferencePanel() public méthode

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