S
sanjusunny
I am creating a set of User Controls with a lot of custom painting. Is
there a performance hit in doing the painting by handling the Paint
event versus putting the painting code in an overridden OnPaint method?
I will be creating a a few thousand instances of the custom control.
there a performance hit in doing the painting by handling the Paint
event versus putting the painting code in an overridden OnPaint method?
I will be creating a a few thousand instances of the custom control.