예제 #1
0
파일: Layer.cs 프로젝트: HongHanh2104/Paint
 public override PaintSpace GetParams()
 {
     if (shape != null)
     {
         return(shape.GetParams());
     }
     return(null);
 }