ExternalDataLayerSetting Class

The external data layer setting is used to transform the image created by the data layer.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class ExternalDataLayerSetting
Inheritance
Object    ExternalDataLayerSetting

Constructors

ExternalDataLayerSettingInitializes a new instance of the ExternalDataLayerSetting class

Properties

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.

See Also