Class MatrixPosition
Represents the matrix cell position.
public class MatrixPosition : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseMatrixPosition
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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
X
Gets or sets the X-coordinate of the matrix cell in millimeters.
public double X { get; set; }
Property Value
Y
Gets or sets the Y-coordinate of the matrix cell in millimeters.
public double Y { get; set; }