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