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.
|
|
06-11-2008, 12:23
|
GregR

Joined on 05-31-2006
In House
Posts 1,717
|
|
|
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
|
|
|
|
|
LEAD Support Fo... » Developer » Vector » HOW TO: Load and Convert Vector files as Raster in v15 .NET
|
|
Copyright LEAD Technologies, Inc. 2008
