Click or drag to resize

API changes - 2.44

RAYLASE.Marker.Common.dll
public class RAYLASE.Marker.Common.TextGenerator.CustomTextGenerator

+ public static bool ContainsPlaceHolder( string text )

RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.JobElement.dll
public class RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingAutomation

+ public string StoreImagesFileName { get; set; }

public interface RAYLASE.Marker.JobElement.ImageProcessing.IModifyCenterPosition

+ double CenterAngle { get; set; }
+ dvec3 CenterSize { get; set; }

RAYLASE.Marker.VectorGraphicElement.dll
public class RAYLASE.Marker.VectorGraphicElement.ImportSettings

+ public ISet<int> LayerIndexFilter { get; set; }

public class RAYLASE.Marker.VectorGraphicElement.GUI.VariableManagerExtension

- public static bool CreatePlaceHolderMenu( IVariableManager variableManager, ItemCollection contextMenu, TextBox target )
+ public static bool CreatePlaceHolderMenu( IVariableManager variableManager, ItemCollection contextMenu, TextBox target, ISet<string> hideFormat = null )