C# Class StandardizedDiffuseAlbedoMaps.ResultTexturePanel

Show file Open project: Patapom/GodComplex

Private Properties

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

Public Methods

Method Description
ResultTexturePanel ( IContainer container ) : System
StartSwatchColorPicking ( ColorPickingUpdate _Update, ColorPickingUpdate _PickingEnd ) : void

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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
InitializeComponent ( ) : void

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

UpdateBitmap ( ) : void

Method Details

Dispose() protected method

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

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 EventArgs
return void

ResultTexturePanel() public method

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

StartSwatchColorPicking() public method

Starts color picking with the mouse, provided delegate is called on mouse move with new informations
public StartSwatchColorPicking ( ColorPickingUpdate _Update, ColorPickingUpdate _PickingEnd ) : void
_Update ColorPickingUpdate
_PickingEnd ColorPickingUpdate
return void