Property | Type | Description | |
---|---|---|---|
Client2ImageUV | ImageUtility.float2 | ||
ImageClientRect | |||
ImageUV2Client | |||
UpdateBitmap | void |
Method | Description | |
---|---|---|
WhiteImageReferencePanel ( IContainer container ) : System |
Method | Description | |
---|---|---|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnSizeChanged ( |
Method | Description | |
---|---|---|
Client2ImageUV ( |
||
ImageClientRect ( ) : |
||
ImageUV2Client ( ImageUtility _Position ) : |
||
UpdateBitmap ( ) : void |
/// Starts color picking with the mouse, provided delegate is called on mouse move with new informations ///
|
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |
public WhiteImageReferencePanel ( IContainer container ) : System | ||
container | IContainer | |
return | System |