You are here: Start » AVL.NET » AVL.LoadImage_FromDxf_Deprecated(string, int, int, AvlNet.Pixel, string[], AvlNet.Image, string[])
AVL.LoadImage_FromDxf_Deprecated(string, int, int, AvlNet.Pixel, string[], AvlNet.Image, string[])
| 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, out string[] diagFileLayersNames )
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
- diagFileLayersNames
- Type: System.String
