Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Noufal123  
#1 Posted : Monday, September 13, 2010 1:46:03 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
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....
Dmitry.Obukhov  
#2 Posted : Tuesday, September 14, 2010 2:16:55 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
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.

Users browsing this topic
Guest
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.