Table of Contents

Class MatrixSize

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

Represents the matrix size.

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

Properties

Height

Gets or sets the height in millimeters.

public double Height { get; set; }

Property Value

double

The default value is 15mm.

HeightMode

Gets or sets the definition to set the height.

public MatrixHeightMode HeightMode { get; set; }

Property Value

MatrixHeightMode

Width

Gets or sets the width value in millimeters.

public double Width { get; set; }

Property Value

double

The default value is 15mm.

WidthMode

Gets or sets the definition to set the width.

public MatrixWidthMode WidthMode { get; set; }

Property Value

MatrixWidthMode