You are here: Start » AVL.NET » AVL.LoadImage_FromDxf(string, float, AvlNet.Pixel, AvlNet.Point2D, AvlNet.Image)

AVL.LoadImage_FromDxf(string, float, AvlNet.Pixel, AvlNet.Point2D, AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LoadImage_FromDxf(
	string inDxfFile,
	float inScale,
	AvlNet.Pixel inBackgroundColor,
	out AvlNet.Point2D outOrigin,
	out AvlNet.Image outImage
)

Parameters

inDxfFile
Type: System.String
inScale
Type: System.Single
inBackgroundColor
Type: AvlNet.Pixel
outOrigin
Type: AvlNet.Point2D
outImage
Type: AvlNet.Image

See also