Re: Make a new graphics object have all the properties of the old graphics object
- From: "Michael Phillips, Jr." <mphillips53@xxxxxxxxxxxxxxx>
- Date: Tue, 17 Apr 2007 13:08:47 -0400
I want the new graphics object have all the properties of the old graphics
object (like PageUnit and InterpolationMode...)
Can I do that without setting them all one at a time?
No. You can create a bitmap object using the graphics context of an
existing device. But it will only inherit the characteristics of that
device such as its resolution.
" active" <activeNOSPAM@xxxxxxxxxx> wrote in message
news:OU6eMFRgHHA.1980@xxxxxxxxxxxxxxxxxxxxxxx
I have an image and a graphics object created (FromImage) from that image.
I need to create a new image and create a new graphics object from the new
image.
I want the new graphics object have all the properties of the old graphics
object (like PageUnit and InterpolationMode...)
Can I do that without setting them all one at a time?
Thanks
.
- Follow-Ups:
- References:
- Prev by Date: Make a new graphics object have all the properties of the old graphics object
- Next by Date: Windows Datagrid - Add Radiobutton Column
- Previous by thread: Make a new graphics object have all the properties of the old graphics object
- Next by thread: Re: Make a new graphics object have all the properties of the old graphics object
- Index(es):
Loading