Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From clipboard to blob field
Message
From
27/09/2008 18:03:57
 
 
To
26/09/2008 16:53:30
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01350906
Message ID:
01351343
Views:
17
Hi Peter,

Just completing Bo, at the link below I tried to document the functions that we have included in GdiPlusX that are not in the original .NET classes. For most cases, there are samples showing how to use them.

For the rest of the functions the documentation from the .NET System.DRawing classes will provide very significant help.

See:
GdiPlusX undocumented functions
http://weblogs.foxite.com/vfpimaging/archive/2008/05/26/6108.aspx

Regards

Cesar




>Is there a manual for gdiplusx somewhere?
>Peter
>
>>>How can I replace a blob field with the content of the clipboard. I have an image from Snagit in the clipboard and need to put it into a blob field
>>>
>>>possible??
>>
>>Here is a code sample using GDIPlusX
>>
>>
>>DO SYSTEM.APP
>>WITH _SCREEN.System.Drawing
>>  loBMP = .Bitmap.FromClipboard()
>>  REPLACE myBlob WITH loBMP.GetPictureVal(.Imaging.ImageFormat.Bmp)
>>  ** or **
>>  REPLACE myBlob WITH loBMP.GetPictureVal(.Imaging.ImageFormat.Jpeg)
>>  ** or **
>>  REPLACE myBlob WITH loBMP.GetPictureVal(.Imaging.ImageFormat.Png)
>>ENDWITH
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform