Ejemplo n.º 1
0
 public void AddLineDrawingImage()
 {
     CurrentCell.AddNewLayer("Layer", true, ImageTypes.LineDrawing);
 }
Ejemplo n.º 2
0
 public void AddSingleColorImage()
 {
     CurrentCell.AddNewLayer("SingleColor", true, ImageTypes.SingleColor);
 }