Click or drag to resize

API changes - 1.22

RAYLASE.Marker.Common.dll
  public class RAYLASE.Marker.Common.MarkerPen

- public double? OpticalPulseWidth { get; set; }
+ public int? OpticalPulseWidthIndex { get; set; }

RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.Permission.dll
  public class RAYLASE.Marker.Permission.PermissionManager

- public PermissionManager( )
+ public PermissionManager( bool checkForDomain = true )

RAYLASE.Marker.Profile.dll
  public class RAYLASE.Marker.Profile.Model.LaserProfile

+ public int OpticalPulseWidthCount { get; set; }

RAYLASE.Marker.VectorGraphicElement.dll
public class RAYLASE.Marker.VectorGraphicElement.Filling.CellCircleFillingProfile

+ public bool Bidirectional { get; set; }
+ public CellCircleFillingProfile( )
+ public bool Concentric { get; set; }
+ public int Count { get; set; }
+ public double Roundness { get; set; }
+ public double Scale { get; set; }

  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicPathWrapper

+ public bool IsNotMarked { get; set; }