> Does anyone know the maximum size of a struct that can be used in the
> Framework without having these issues?

The general rule of thumb is : If you're worrying about the maximum size
of a struct, it's already too big!

Structs were designed to be used for small lightweight data types (like
Point, Rectangle, etc)

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to