Click or drag to resize

API changes - 2.49

RAYLASE.Marker.Common.dll
RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.GUI.Wrapper.dll
public class RAYLASE.Marker.GUI.Wrapper.PrismWrapper

+ public bool ShouldShowSplashScreen { get; set; }

RAYLASE.Marker.JobElement.dll
public class RAYLASE.Marker.JobElement.BaseMarkableJobElement

- protected IDictionary<dmat4, Cuboid> BoundingBoxMap { get; }

public interface RAYLASE.Marker.JobElement.ITakeImageAutomation

+ dvec3 CenterWorld { get; }
+ dvec3 SizeWorld { get; }
+ ivec2 SizePixel { get; }

public interface RAYLASE.Marker.JobElement.ITemplateManager

+ IList<ValueTuple<string, bool, bool>> GetRampingTemplateNames( )
+ ValueTuple<double[][], double[][]> GetRampingTemplate( string templateName )
+ void DeleteRampingTemplate( string templateName )
+ void RenameRampingTemplate( string templateName, string newName )
+ void SaveRampingTemplate( string templateName, double[][] start, double[][] end )

RAYLASE.Marker.VectorGraphicElement.dll
public class RAYLASE.Marker.VectorGraphicElement.FontInformation

+ public double MaxWidth { get; set; }
+ public TextWrapping Wrapping { get; set; }

public enum RAYLASE.Marker.VectorGraphicElement.TextWrapping

+ Character
+ None
+ Word