You are here: Start » AVL.NET » AVS.LoadImage_FromDxf Method

AVS.LoadImage_FromDxf Method

Loads data from a DXF file as an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inDxfFilestring
inScalefloat<0.0f, INF>10.0fScale (pixels per millimeter). Default value: 10.0f.
inBackgroundColorAvlNet.Pixel
outOriginAvlNet.Point2DLocation of the origin from DXF on 'outImage'.
outImageAvlNet.ImageOutput image.

Function Overrides

See also