예제 #1
0
 public void DrawTextLayout(TextLayout layout, Point location)
 {
     handler.DrawTextLayout(Backend, layout, location.X, location.Y);
 }