Example #1
0
 public override void DrawWindowTitle(Canvas2D canvas, float x, float y, float w, float h, string title)
 {
     canvas.SetSolidFill(Color.White);
     canvas.DrawText(x + 12, y + 12, w - 12, h - 12, SD.SystemFonts.CaptionFont, title);
 }