예제 #1
0
파일: Pallet.cs 프로젝트: KFlaga/Mozaic
 public PointF BlockTopLeft(int row, int col)
 {
     return(Pallet.BlockTopLeft(row, col, BlockSize, FrameSize));
 }