Search found 1 match
- 07 Dec 2004, 11:51
- Forum: CAD DLL
- Topic: CADImage from CADImage to BMP
- Replies: 2
- Views: 18078
CADImage from CADImage to BMP
I want to know how I can save my .PLT file into BMP format in C#. I tried with this but it does not work.[xx(] private void btnConvert_Click(object sender, System.EventArgs e) { float AbsWidht=0, AbsHeight=0; CADDraw CrDraw= new CADDraw(); FRect CrDraw1= new FRect(); long r=0; double K= 0; DLLWin32I...