Bitmap manager

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jon Slaughter

    #1

    Bitmap manager

    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


  • chanmm

    #2
    Re: Bitmap manager

    You are looking for this right
    http://msdn2.microsoft.com/en-us/library/5h5f871a.aspx

    chanmm

    "Jon Slaughter" <Jon_Slaughter@ Hotmail.comwrot e in message
    news:12j95empo3 lbm71@corp.supe rnews.com...
    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
    >

    Comment

    Working...