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 | |
---|---|---|---|---|---|
![]() | inDxfFile | string | |||
![]() | inScale | float | <0.0f, INF> | 10.0f | Scale (pixels per millimeter). Default value: 10.0f. |
![]() | inBackgroundColor | FilNet.Pixel | |||
![]() | outOrigin | FilNet.Point2D | Location of the origin from DXF on 'outImage'. | ||
![]() | outImage | FilNet.Image | Output image. |
Function Overrides
- LoadImage_FromDxf(String, Single, Nullable<Size>, Pixel, NullableRef<IList<String>>, Point2D, Image)
- LoadImage_FromDxf(String, Single, Nullable<Size>, Pixel, NullableRef<IList<String>>, Point2D, Image, IList<String>)