Click or drag to resize

API changes - 2.4

RAYLASE.Marker.Configuration.dll
  public class RAYLASE.Marker.Configuration.SharedConfiguration

+ public bool EnableStandAloneLogging { get; set; }

RAYLASE.Marker.GUI.Common.dll
  public class RAYLASE.Marker.GUI.Common.GuiConfiguration

+ public bool IsIdleMonitorEnabled { get; set; }
+ public int IdleThreshold { get; set; }

public class RAYLASE.Marker.GUI.Common.Services.IdleMonitorService

+ public IdleMonitorService( )
+ public DateTime LastActivity { get; }
+ public TimeSpan RetrieveInactivityPeriod( )

RAYLASE.Marker.VectorGraphicElement.dll
  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath

+ public VectorGraphicPath GetSegment( double startTime, double endTime, PenSet resolvedPenSet )