Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

HOW TO: Load and Convert Vector files as Raster in v15 .NET
Started by GregR at 06-11-2008 12:23. Topic has 0 replies.

Print Search « Previous Thread Next Thread »
  06-11-2008, 12:23
GregR is not online. Last active: 11/26/2008 3:40:25 PM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,717
HOW TO: Load and Convert Vector files as Raster in v15 .NET

Attachment: API & NET - V15 - Load Vector with API into DotNet.zip
Since we do not have any vector support in the .NET interface for version 15, one must create API declarations and use the LEADTOOLS API interface for loading the vector files as Raster.  The attached VB.NET 2005 project uses the v15 .NET and API interfaces to:

1. Use L_2dSetViewport and L_LoadBitmap to load a vector file into a raster BITMAPHANDLE
2. Save a BITMAPHANDLE as a raster format with L_SaveBitmap
3. Load a vector file into a RasterImageViewer object by using the Leadtools.Compatibility.RasterImageConverter.FromLeadBitmap function.

Greg Ross
LEADTOOLS Technical Support
   Report 
Post
LEAD Support Fo... » Developer » Vector » HOW TO: Load and Convert Vector files as Raster in v15 .NET

Powered by Community Server, by Telligent Systems