예제 #1
0
파일: Area.cs 프로젝트: sbpnlp/kanjiteacher
 internal static AreaCode Intersect(Rectangle2D rectangle2D, Square2D square2D)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: Area.cs 프로젝트: sbpnlp/kanjiteacher
 internal static AreaCode Intersect(Rectangle2D rectangle2D, Square2D square2D)
 {
     throw new NotImplementedException();
 }
예제 #3
0
파일: Area.cs 프로젝트: sbpnlp/kanjiteacher
 public static AreaCode Intersect(Circle2D circle2D, Square2D square2D)
 {
     return(Area.Intersect(circle2D, square2D as Rectangle2D));
 }
예제 #4
0
파일: Area.cs 프로젝트: sbpnlp/kanjiteacher
 public static AreaCode Intersect(Circle2D circle2D, Square2D square2D)
 {
     return Area.Intersect(circle2D, square2D as Rectangle2D);
 }