frmMain - digitalShaman/ImageSynth GitHub Wiki
This is the main form and contains all the nasty GUI stuff. Most of the GUI drawing however is found in ConfigManager and ConfigInstance
Has a Private WithEvents oSynth As New ImageSynth
. picOutput.Image is set to oSynth.OutputImage to display the image generated by oSynth.