Search found 1 match

by ticoadf
22 Apr 2005, 10:26
Forum: CAD DLL
Topic: Cad Image to JPG in VB.NET example!!
Replies: 0
Views: 32867

Cad Image to JPG in VB.NET example!!

Imports System Imports System.Runtime.InteropServices Imports System.Drawing.Imaging Imports System.Drawing Public Class DLLWin32Import Public Shared CADFile As New IntPtr() Public Shared fAbsHeight, fAbsWidth As Double Public Shared fScale As Integer = 100 Public Shared FX, FY As Integer Public Sh...