コード例 #1
0
ファイル: PointD.cs プロジェクト: fsps60312/Digging-Game-2
 public bool AtRange(PointD center, Size sz) { return AtRange(center, sz.ToPointD()); }