API changes - 2.19 |
+ public void ChangeSize( dvec3 size, dvec3 offset, bool isCalibrated )
+ public void ChangeSize( dvec3 size, dvec3 offset, int columns, int rows, int layers, bool isCalibrated )
+ public static string LastChange
+ public static string SubfieldOffset
+ public static string SubfieldSize
+ public static string TruncateOffset
+ public static string TruncateSize
+ public static string Z0WD
+ public bool ShouldResumePostition { get; set; }
- public CalibrationsViewModel( )
+ public ObservableCollection<double> BiasMaxima { get; set; }
+ public ObservableCollection<double> BiasMinima { get; set; }
+ public bool UseFixedRadius { get; set; }
+ public double FixedRadius { get; set; }
+ public dvec2 Span { get; set; }
+ public int StartTurn { get; set; }
+ public int Turns { get; set; }
+ public SpiralType Type { get; set; }
+ Rectangular
+ Regular
+ public BindablePoint MaximumVector { get; set; }
+ public BindablePoint MinimumVector { get; set; }
+ public static DependencyProperty MaximumVectorProperty
+ public static DependencyProperty MinimumVectorProperty