Table of Contents

Class MatrixCell

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents the matrix cell definitions.

public class MatrixCell : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
MatrixCell
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Angle

Gets or sets the rotation angle of the matrix cell in degree.

public double Angle { get; set; }

Property Value

double

DelayBeforeMarkingInMS

Gets or sets the delay before start of marking.

public double DelayBeforeMarkingInMS { get; set; }

Property Value

double

MarkingIsEnabled

Gets or sets a value indicating whether marking on this cell is enabled.

public bool MarkingIsEnabled { get; set; }

Property Value

bool

XCoordinate

Gets or sets the X-coordinate of the matrix cell in millimeters.

public double XCoordinate { get; set; }

Property Value

double

YCoordinate

Gets or sets the Y-coordinate of the matrix cell in millimeters.

public double YCoordinate { get; set; }

Property Value

double

ZCoordinate

Gets or sets the Z-coordinate of the matrix cell in millimeters.

public double ZCoordinate { get; set; }

Property Value

double