| View previous topic :: View next topic |
| Author |
Message |
HPW Senior Member
Joined: 25 Feb 2006 Posts: 120 Location: Germany
|
Posted: 22/03/06 18:16 Post subject: Clipboard formats? |
|
|
Does the use of CF_ENHMETAFILE and CF_BITMAP always copy the whole graph into the clipboard? Does any selection make a difference?
_________________ Hans-Peter |
|
| Back to top |
|
 |
Kambiz Administrator

Joined: 07 Mar 2003 Posts: 1044 Location: Tehran, Iran
|
Posted: 23/03/06 06:34 Post subject: |
|
|
Dependes on Selection parameter of CopyToClipboard method.
Selection = True
Only selected objects
Selection = False
All objects
_________________ Kambiz |
|
| Back to top |
|
 |
HPW Senior Member
Joined: 25 Feb 2006 Posts: 120 Location: Germany
|
Posted: 23/03/06 06:45 Post subject: |
|
|
Then the bitmap has the size of the bounding rectangle of the selected objects?
I will give it a try!
Thanks for the info.
_________________ Hans-Peter |
|
| Back to top |
|
 |
|