Is there anything like ImageList that handles bitmaps/images? I need need
very similar method to work with arbitrary sized bitmaps instead of all
being fixed at the same size. I know I could just use an array but it would
be nice to have some type of encapsulation and a smart array/collection
management.
Thanks,
Jon
very similar method to work with arbitrary sized bitmaps instead of all
being fixed at the same size. I know I could just use an array but it would
be nice to have some type of encapsulation and a smart array/collection
management.
Thanks,
Jon
Comment