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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

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

See also