Click or drag to resize

API changes - 1.36

RAYLASE.Marker.Configuration.dll
RAYLASE.Marker.GUI.Events.dll
RAYLASE.Marker.JobElement.dll
  public class RAYLASE.Marker.JobElement.BaseMarkablePersistentVectorGraphic

- public virtual void Rebuild( dmat4 modelMatrix )

  public class RAYLASE.Marker.JobElement.GUI.JobElementTransformationView

+ public Thickness RotationThickness { get; }
+ public Visibility SizeVis { get; }
+ public Visibility TransformationVis { get; }
+ public void UpdateBoundBox( )
- public void UpdateTransformations( )
+ public void UpdateTransformations( dvec3 scale, dvec3 rotation, dvec3 offset )

RAYLASE.Marker.Plugin.dll
public class RAYLASE.Marker.Plugin.GUI.GlyphPicker

public class RAYLASE.Marker.Plugin.GUI.SymbolView

RAYLASE.Marker.VectorGraphicElement.dll
  public class RAYLASE.Marker.VectorGraphicElement.GUI.AddLayerView

- public Action ApplyFillingRequested { get; set; }
+ public bool IsNewLayer { get; set; }
+ public bool IsTextLayer { get; set; }
- public bool ShowFillingButton { get; }
+ public TextSettingView TextSettingView { get; set; }

public class RAYLASE.Marker.VectorGraphicElement.GUI.AlignmentConverter

+ public AlignmentConverter( )
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )

public class RAYLASE.Marker.VectorGraphicElement.GUI.AttachmentPointRadioConverter

+ public AttachmentPointRadioConverter( )
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )

  public class RAYLASE.Marker.VectorGraphicElement.BaseImportSettings

+ public bool TextAsVectors { get; set; }

public class RAYLASE.Marker.VectorGraphicElement.GUI.DirectionConverter

+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public DirectionConverter( )

public class RAYLASE.Marker.VectorGraphicElement.GUI.FontStyleConverter

+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public FontStyleConverter( )

public class RAYLASE.Marker.VectorGraphicElement.GUI.FontWeightConverter

+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public FontWeightConverter( )

public class RAYLASE.Marker.VectorGraphicElement.GUI.GlyphPicker

+ public FontFamily FontFamily { get; set; }
+ public GlyphPicker( )
+ public Action<string> GlyphSelected { get; set; }
+ public virtual void InitializeComponent( )
+ protected virtual void OnPreviewKeyDown( KeyEventArgs e )

public class RAYLASE.Marker.VectorGraphicElement.GUI.SymbolView

+ public TextBlock Character { get; }
+ public SymbolView( )

public class RAYLASE.Marker.VectorGraphicElement.GUI.TextSettingView

+ public long Batch { get; set; }
+ public bool Cache { get; set; }
+ public long CurrentIteration { get; set; }
+ public string DateFormat { get; set; }
+ public Dictionary<string, string> DateStrings { get; set; }
+ public Visibility DateVis { get; }
+ public int Digits { get; set; }
+ public string FilePath { get; set; }
+ public BindablePoint FixedSize { get; set; }
+ public bool FontHeightEnabled { get; }
+ public FontInformation FontInformation { get; set; }
+ public FontType FontType { get; set; }
+ public virtual string GetHelpID( )
+ public bool HasTransformation { get; set; }
+ public long Increment { get; set; }
+ public Visibility IncrementCustomVis { get; }
+ public Visibility IncrementVis { get; }
+ public virtual void InitializeComponent( )
+ public bool IsSizeFixed { get; set; }
+ public bool IsTrueType { get; set; }
+ public List<string> LastUsedStrokeFonts { get; set; }
+ public List<string> LastUsedTrueTypeFonts { get; set; }
+ public string LogPath { get; set; }
+ public Visibility LogVis { get; }
+ public BindablePoint Offset { get; set; }
+ public Visibility PathVis { get; }
+ public Action ResetCounter { get; set; }
+ public bool ResetCounterRequired { get; }
+ public ICommand ResetLogCommand { get; }
+ public IncrementalTextResetType ResetType { get; set; }
+ public string ResultingText { get; set; }
+ public Visibility ResultingTextVis { get; }
+ public double Rotation { get; set; }
+ public BindablePoint Scale { get; set; }
+ public string SelectedDateFormat { get; set; }
+ public ComboBoxItem SelectedFontComboBoxItem { get; set; }
+ public TextGeneratorType SourceType { get; set; }
+ public long Start { get; set; }
+ public string Text { get; set; }
+ public bool TextEnabled { get; }
+ public TextSettingView( )
+ public bool UnderlineEnabled { get; set; }
+ public void UpdateDynamicText( string text )
+ public void UpdateFonts( )
+ public VectorGraphicEngine VectorGraphicEngine { get; set; }
+ public bool WrapAround { get; set; }

  public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicEngine

+ public virtual VectorGraphicTextLayer AddTextLayer( )
+ public virtual VectorGraphicTextLayer InsertTextLayer( int index )
+ public virtual void UpdateDynamicContent( bool preUpdate, Guid? simulationID )
+ public void BuildTextLayers( )

public class RAYLASE.Marker.VectorGraphicElement.VectorGraphicTextLayer

+ public void BuildContent( )
+ protected virtual void DoCopyFrom( BaseVectorGraphicElement source )
+ public dvec2 FixedSize { get; set; }
+ public FontInformation FontInformation { get; set; }
+ public bool IsSizeFixed { get; set; }
+ public dvec3 Offset { get; set; }
+ public double Rotation { get; set; }
+ public dvec2 Scale { get; set; }
+ public BaseTextGenerator Source { get; set; }
+ public string Text { get; set; }
+ public void UpdateDynamicContent( bool peek, bool preUpdate, Guid? simulationID )
+ protected VectorGraphicTextLayer( )