Table of Contents

Class MatrixPosition

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

Represents the matrix cell position.

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

Properties

ReferencePoint

Gets or sets the definition how the matrix cells should be set by this command.

public ReferencePoint ReferencePoint { get; set; }

Property Value

ReferencePoint

X

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

public double X { get; set; }

Property Value

double

Y

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

public double Y { get; set; }

Property Value

double