Re: gdi+ bitmap copy constructor
From: Adam Versteegen (no_at_email.com)
Date: 07/07/04
- Next message: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Previous message: Mike D Sutton: "Re: transparent colors in 16-bit color"
- In reply to: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Next in thread: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Reply: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Jul 2004 19:39:23 -0400
Michael Phillips, Jr. wrote:
> Hi,
>
> You can create a copy by using the Clone method which is inherited from
the
> Image Class.
>
> // Make a copy of NewSign's Bitmap
> Bitmap *SignImg = NewSign.Clone();
I read somewhere that that doesn't actually give me a new seperate Bitmap
object though. I thought that internally it was still pointing to the same
Image object and that any changes to the copy would happen to the original.
Is that not the case? If not then clone is exactly what I need. If so, its
no good...
-- Vesty.
- Next message: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Previous message: Mike D Sutton: "Re: transparent colors in 16-bit color"
- In reply to: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Next in thread: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Reply: Michael Phillips, Jr.: "Re: gdi+ bitmap copy constructor"
- Messages sorted by: [ date ] [ thread ]