コード例 #1
0
ファイル: Tips.cs プロジェクト: Chandler0591/wMaper
 /// <summary>
 /// 构造函数
 /// </summary>
 public Tips()
     : base()
 {
     this.handle = null;
     this.matte  = false;
     this.Alpha  = 85;
     this.arise  = null;
     this.quote  = null;
     this.fonts  = null;
     this.gauge  = null;
     this.drift  = null;
     this.point  = null;
     this.scrap  = null;
     this.color  = Color.FromRgb(204, 85, 34);
 }
コード例 #2
0
ファイル: Mark.cs プロジェクト: Chandler0591/wMaper
 /// <summary>
 /// 构造函数
 /// </summary>
 public Mark()
     : base()
 {
     this.handle = null;
     this.matte  = false;
     this.amend  = false;
     this.label  = null;
     this.image  = null;
     this.arise  = null;
     this.fonts  = null;
     this.frame  = null;
     this.dimen  = null;
     this.calib  = null;
     this.point  = null;
     this.color  = Colors.Blue;
     this.scene  = Colors.Transparent;
 }