C# Class StandardizedDiffuseAlbedoMaps.WhiteImageReferencePanel

Inheritance: System.Windows.Forms.Panel
Exibir arquivo Open project: Patapom/GodComplex

Private Properties

Property Type Description
Client2ImageUV ImageUtility.float2
ImageClientRect System.Drawing.RectangleF
ImageUV2Client System.Drawing.PointF
UpdateBitmap void

Public Methods

Method Description
WhiteImageReferencePanel ( IContainer container ) : System

Protected Methods

Method 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

Method 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 method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

WhiteImageReferencePanel() public method

public WhiteImageReferencePanel ( IContainer container ) : System
container IContainer
return System