You are here: Start » AVL.NET » AVL.LoadImage_FromDxf_Deprecated(string, int, int, AvlNet.Pixel, AvlNet.Image, string[])

AVL.LoadImage_FromDxf_Deprecated(string, int, int, AvlNet.Pixel, AvlNet.Image, string[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LoadImage_FromDxf_Deprecated(
	string inDxfFile,
	int inImageWidth,
	int inImageHeight,
	AvlNet.Pixel inBackgroundColor,
	out AvlNet.Image outImage,
	out string[] diagFileLayersNames
)

Parameters

inDxfFile
Type: System.String
inImageWidth
Type: System.Int32
inImageHeight
Type: System.Int32
inBackgroundColor
Type: AvlNet.Pixel
outImage
Type: AvlNet.Image
diagFileLayersNames
Type: System.String

See also