Method | Description | |
---|---|---|
ApplyHashIncrementalNumerics ( Func |
Fill the internal pixel matrix according to the specified hash function. using numbers 0 to load limit as strings.
|
|
ApplyHashIncrementalString ( Func |
Fill the internal pixel matrix according to the specified hash function. using numbers 0 to load limit converted to alpha numeric strings
|
|
ApplyHashIncrementalStringSpecial ( Func |
Fill the internal pixel matrix according to the specified hash function. using numbers 0 to load limit converted to random alpha numeric strings with special characters.
|
|
ApplyHashRandomString ( int stringSize, Func |
Fill the internal pixel matrix according to the specified hash function. using Randomly Generated strings.
|
|
ApplyHashRandomStringSpecial ( int stringSize, Func |
Fill the internal pixel matrix according to the specified hash function. using Randomly Generated alpha numeric strings with special characters.
|
|
Draw2DGradiant ( |
||
Draw3DSurface ( |
||
Draw3DSurface_MouseDown ( Object sender, MouseEventArgs e ) : void | ||
Draw3DSurface_MouseMove ( Object sender, MouseEventArgs e ) : void | ||
Draw3DSurface_MouseUp ( Object sender, MouseEventArgs e ) : void | ||
Draw3DSurface_MouseWheel ( Object sender, MouseEventArgs e ) : void | ||
Draw3DSurface_Paint ( Object sender, PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
FindHighVal ( ) : void | ||
HashMatrix ( ) : System |
public static ApplyHashIncrementalNumerics ( Func |
||
function | Func |
The hash function to fill according to. |
return | void |
public static ApplyHashIncrementalString ( Func |
||
function | Func |
The hash function to fill according to. |
return | void |
public static ApplyHashIncrementalStringSpecial ( Func |
||
function | Func |
The hash function to fill according to. |
return | void |
public static ApplyHashRandomString ( int stringSize, Func |
||
stringSize | int | |
function | Func |
The hash function to fill according to. |
return | void |
public static ApplyHashRandomStringSpecial ( int stringSize, Func |
||
stringSize | int | |
function | Func |
The hash function to fill according to. |
return | void |
public static Draw2DGradiant ( |
||
pBox | ||
return | void |
public static Draw3DSurface ( |
||
pBox | ||
return | void |
public static Draw3DSurface_MouseDown ( Object sender, MouseEventArgs e ) : void | ||
sender | Object | |
e | MouseEventArgs | |
return | void |
public static Draw3DSurface_MouseMove ( Object sender, MouseEventArgs e ) : void | ||
sender | Object | |
e | MouseEventArgs | |
return | void |
public static Draw3DSurface_MouseUp ( Object sender, MouseEventArgs e ) : void | ||
sender | Object | |
e | MouseEventArgs | |
return | void |
public static Draw3DSurface_MouseWheel ( Object sender, MouseEventArgs e ) : void | ||
sender | Object | |
e | MouseEventArgs | |
return | void |
public static Draw3DSurface_Paint ( Object sender, PaintEventArgs e ) : void | ||
sender | Object | |
e | PaintEventArgs | |
return | void |