Example #1
0
 public IDrawingGraphics Style(TextStyle style)
 {
     style.ApplyTo(this);
     return(this);
 }
Example #2
0
 public IDrawingGraphics Style(TextStyle style)
 {
     style.ApplyTo(this);
     return this;
 }