You are here: Start » FIL.NET » FIS.LoadImage_FromDxf Method

FIS.LoadImage_FromDxf Method

Loads data from a DXF file as an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also