Exemple #1
0
 public Strikethrough(float width, float thickness, float offset, PaintDotNet.DirectWrite.ReadingDirection readingDirection, PaintDotNet.DirectWrite.FlowDirection flowDirection, CultureInfo locale, TextMeasuringMode measuringMode)
 {
     this.width            = width;
     this.thickness        = thickness;
     this.offset           = offset;
     this.readingDirection = readingDirection;
     this.flowDirection    = flowDirection;
     this.locale           = locale;
     this.measuringMode    = measuringMode;
 }
 public void DrawText(string text, ITextFormat textFormat, RectFloat layoutRect, IBrush defaultForegroundBrush, DrawTextOptions options, TextMeasuringMode measuringMode)
 {
     base.innerRefT.DrawText(text, textFormat, layoutRect, defaultForegroundBrush, options, measuringMode);
 }