Rank: Advanced Member
Groups: Guest
Joined: 3/29/2010(UTC) Posts: 81
Thanks: 10 times
|
Hello.. I am doing project in c#(win ) with aurigma graphicmills 5.5. is it provide copy and paste option in bitmapviewer? if then, how? pls help me....
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 5/29/2010(UTC) Posts: 1,310
Thanks: 8 times Was thanked: 111 time(s) in 111 post(s)
|
Hello, You can try to use the methods of Bitmap class. The first one is SaveToClipboard. It allows saving the bitmap into the clipboard. The second method is LoadFromClipboard, which loads the bitmap from clipboard. Here is sample code how to use these methods: Code:bitmapViewer1.Bitmap.SaveToClipboard();
bitmapViewer1.Bitmap.LoadFromClipboard();
If you have some additional question about using it, please let me know. |
Best regards, Dmitry Obukhov
Technical Support. Aurigma, Inc.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.