Specifically right now I'm wondering if its possible to say for example paint a hundred bars with a single brush rather than what I imagine is the process right now which may be the source of the problem which is to make a new brush every time a new bar comes along, paint that, get the next bar, make a new brush, and so on.
Not really clear on the semantics of a "brush". In the real world for example if I had to paint say 5 stools, I'd buy a nice brush at Home Depot and proceed to paint all 5 stools with that one brush. Not sure if/how the semantics carry over into C#. Guessing they do quite nicely and it's just some inefficient coding in the indicator I'm using.

Comment