Back to Adaptive Vision Library website

You are here: Start » Function Reference » Interoperability Deprecated » LoadImage_FromDxf_Deprecated

LoadImage_FromDxf_Deprecated


Loads data from a DXF file as an image.

Syntax

C++
C#
 
void avl::LoadImage_FromDxf_Deprecated
(
	const atl::File& inDxfFile,
	const int inImageWidth,
	const int inImageHeight,
	const avl::Pixel& inBackgroundColor,
	const atl::Optional<atl::Array<atl::String> >& inLayersToDraw,
	avl::Image& outImage,
	atl::Array<atl::String>& diagFileLayersNames
)

Parameters

Name Type Range Default Description
inDxfFile const File&
inImageWidth const int 0 - 65536 640
inImageHeight const int 0 - 65536 480
inBackgroundColor const Pixel&
inLayersToDraw const Optional<Array<String> >& NIL Names of layers to draw. Names of all layers are available at the 'diagFileLayersNames' output
outImage Image& Output image
diagFileLayersNames Array<String>& Names of all layers in DXF file