Table of Contents

Class GroupOffset

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

Represents the offset of a group.

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

Properties

IsEnabled

Gets or sets a value indicating whether the group should be rendered.

public bool IsEnabled { get; set; }

Property Value

bool

Remarks

Default value is true.

OffsetX

Gets or sets X-offset of the group in millimeter.

public double OffsetX { get; set; }

Property Value

double

OffsetY

Gets or sets Y-offset of the group in millimeter.

public double OffsetY { get; set; }

Property Value

double

Rotation

Gets or sets rotation of the group in degree.

public double Rotation { get; set; }

Property Value

double

Remarks

Must be between -180.0° and 180.0°.