예제 #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;
 }