Example #1
0
 public ChordOptions(double width, double height, double strokeWidth, double margin, double fontSize, string fontFamily, FontStyle fontStyle, BarreType barreType, OpenStringType openStringType, bool fullBarres)
 {
     Width          = width;
     Height         = height;
     StrokeWidth    = strokeWidth;
     Margin         = margin;
     FontSize       = fontSize;
     FontFamily     = fontFamily;
     FontStyle      = fontStyle;
     BarreType      = barreType;
     OpenStringType = openStringType;
     FullBarres     = fullBarres;
 }
Example #2
0
 public ChordOptions(double width, double height, double strokeWidth, double margin, double fontSize, string fontFamily, FontStyle fontStyle, BarreType barreType, OpenStringType openStringType, bool fullBarres)
 {
     this.Width          = width;
     this.Height         = height;
     this.StrokeWidth    = strokeWidth;
     this.Margin         = margin;
     this.FontSize       = fontSize;
     this.FontFamily     = fontFamily;
     this.FontStyle      = fontStyle;
     this.BarreType      = barreType;
     this.OpenStringType = openStringType;
     this.FullBarres     = fullBarres;
 }