Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
UpdateBitmap | void |
Method | Description | |
---|---|---|
ApplyBrightnessContrastGamma ( float _Source, float _Brightness, float _Contrast, float _Gamma ) : float | ||
ApplyBrightnessContrastGamma ( float4 _Source, float _Brightness, float _Contrast, float _Gamma ) : ].float4[ | ||
ImagePanel ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnSizeChanged ( |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
UpdateBitmap ( ) : void |
public ApplyBrightnessContrastGamma ( float _Source, float _Brightness, float _Contrast, float _Gamma ) : float | ||
_Source | float | |
_Brightness | float | |
_Contrast | float | |
_Gamma | float | |
return | float |
public ApplyBrightnessContrastGamma ( float4 _Source, float _Brightness, float _Contrast, float _Gamma ) : ].float4[ | ||
_Source | float4 | |
_Brightness | float | |
_Contrast | float | |
_Gamma | float | |
return | ].float4[ |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
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 |