Click or drag to resize

API changes - 1.47

RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.Job.dll
  public interface RAYLASE.Marker.Job.IJobManager

- Image RenderAsImage( JobDefinition jobDefinition, int imageSize, double strokeThickness, Color background )
+ Image RenderAsImage( JobDefinition jobDefinition, int imageSize, double strokeThickness, Color background, Color? foreground = null )
- Image RenderAsImageDpi( JobDefinition jobDefinition, double dpi, double strokeWidth, Color background )
+ Image RenderAsImageDpi( JobDefinition jobDefinition, double dpi, double strokeWidth, Color background, Color? foreground = null )
- void RenderAsBitmap( JobDefinition jobDefinition, string filePath, int imageSize, double strokeThickness, Color background )
+ void RenderAsBitmap( JobDefinition jobDefinition, string filePath, int imageSize, double strokeThickness, Color background, Color? foreground = null )
- void RenderAsBitmapDpi( JobDefinition jobDefinition, string filePath, double dpi, double strokeWidth, Color background )
+ void RenderAsBitmapDpi( JobDefinition jobDefinition, string filePath, double dpi, double strokeWidth, Color background, Color? foreground = null )

RAYLASE.Marker.JobElement.dll
  public class RAYLASE.Marker.JobElement.BaseMarkableBitmapGraphic

+ protected virtual Cuboid GetNontransformedBoundingBox( )

  public class RAYLASE.Marker.JobElement.BaseMarkableJobElement

- protected Cuboid GetNontransformedBoundingBox( )
+ protected virtual Cuboid GetNontransformedBoundingBox( )

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

+ public List<string> GetLocalWindowsUsersBasedOnWMI( )

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

+ public bool IsHorizontalScanDirection { get; }

  public enum RAYLASE.Marker.Profile.Model.ScanDirection

+ HorizontalInverted
+ VerticalInverted