This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 5, 2004 7:11:42 AM(UTC)
Groups: Registered
Posts: 1
I have to render a CGM file, so unfortunately I don't get to use the .net namespace. I have to call the DLL interface directly (I'm planning to use L_LoadBitmap and L_PantDC). I'm having some problems getting the definitions of the BITMAPHEADER and FILEINFO structs correct. Has anyone called the DLL api directly via interop? If so, would you be willing to share some sample cource code? Thanks!
Todd Gray
#2
Posted
:
Monday, July 18, 2005 9:03:32 AM(UTC)
Groups: Registered, Tech Support
Posts: 20
It might be easier to use the Main OCX or Raster COM objects in this case because you can move a bitmap between these objects and the .NET components using Leadtools.Compatibility (e.g. RasterImageConverter.ToLeadBitmap).
Is this option feasible for you?
Thanks,
Ali Abo Al-Rob
LEADTOOLS Technical Support
Edited by moderator Wednesday, March 29, 2017 8:08:54 AM(UTC)
| Reason: Not specified
#3
Posted
:
Tuesday, July 19, 2005 7:10:58 AM(UTC)
Groups: Registered, Tech Support
Posts: 46
Thank you for your support of LEAD and LEADTOOLS.
Attached is a .NET project that calls the LEADTOOLS V14 DLL's directly to load and paint an image. The information in the LEADTOOLS.CS class can be found in the LEADTOOLS header files. If you have any specific questions, please post back to the forum.
_______________________________
Note by moderator:
In the newer versions of LEADTOOLS such as v19, our .NET assemblies contain the ability to render vector files directly without having to call the C DLLs.
Edited by moderator Wednesday, March 29, 2017 8:12:03 AM(UTC)
| Reason: Not specified
Gabe
Developer Support
LEAD Technologies, Inc.
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.