Saving a drawing in .dxf format
i hav a drawing application in C# which can help draw primitives like vertices, lines, rectangle.
i need to write code to save this drawing in .dxf format so that i can open the same file later and edit the drawing
can anyone guide me in this regard.