コード例 #1
0
ファイル: ScreenPoint.cs プロジェクト: NullSoldier/Valkyrie
 public ScreenPoint(ScreenPoint point)
     : base(point.ToPoint())
 {
 }