예제 #1
0
파일: Raster.cs 프로젝트: tarinishukla/gcd
 public bool IsDivisible()
 {
     return(Extent.IsDivisible());
 }