TsgDXFExport.LoadFromMetafile

TsgDXFExport                        See also

  Classes Reference > Writing to file > TsgDXFExport > TsgDXFExport Methods >

TsgDXFExport.LoadFromMetafile

TsgDXFExport                        See also

Previous pageReturn to chapter overviewNext page

Loads data from TMetafile type instance.

procedure LoadFromMetafile(Metafile: TMetafile);

Description

TMetafile instance can be filled from EMF-file. The loaded data can be converted to DXF-format and saved to stream or file.

Note

Use Clear before calling this procedure.

Go to CAD VCL Enterprise