You are here: Start » AVL.NET » AVL.LoadImage_FromDxf(string, float, AvlNet.Pixel, AvlNet.Point2D, AvlNet.Image, string[])
AVL.LoadImage_FromDxf(string, float, AvlNet.Pixel, AvlNet.Point2D, AvlNet.Image, string[])
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, out AvlNet.Image outImage, out string[] diagFileLayersNames )
Parameters
- inDxfFile
- Type: System.String
- inScale
- Type: System.Single
Scale (pixels per millimeter) - inBackgroundColor
- Type: AvlNet.Pixel
- outOrigin
- Type: AvlNet.Point2D
Location of the origin from DXF on 'outImage' - outImage
- Type: AvlNet.Image
Output image - diagFileLayersNames
- Type: System.String
Names of all layers in DXF file
Remarks
See full override for more details.
