ExternalDataLayerSetting Class
The external data layer setting is used to transform the image created by the data layer.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public class ExternalDataLayerSetting
Public Class ExternalDataLayerSetting
public ref class ExternalDataLayerSetting
type ExternalDataLayerSetting = class end
- Inheritance
- Object ExternalDataLayerSetting
| Alpha |
The alpha value of the image.
|
| DataFileName |
The name of the data file.
|
| DrawAtEnd |
Determines whether to draw the image at the end of the layer.
|
| Invert |
Determines whether to invert the image.
|
| M11 |
The first element of the transformation matrix.
|
| M12 |
The second element of the transformation matrix.
|
| M21 |
The third element of the transformation matrix.
|
| M22 |
The fourth element of the transformation matrix.
|
| MDX |
The horizontal translation of the transformation matrix.
|
| MDY |
The vertical translation of the transformation matrix.
|
| NameOfPlugin |
Name of the image creating plugin.
|
| PluginSettings |
The settings of the plugin.
|