示例#1
0
文件: Tag.cs 项目: kadukm/fp
 public Tag(TagStat stat, Font font, RectangleF place, Brush brush)
     : this(stat, font, place)
 {
     Brush = brush;
 }
示例#2
0
文件: Tag.cs 项目: kadukm/fp
 public Tag(TagStat stat, Font font, RectangleF place)
 {
     this.stat = stat;
     Font      = font;
     Place     = place;
 }