Exemple #1
0
        public static string WriteShape(Shape shape)
        {
            var writeShape = shapeReadWriter.WriteShape(shape);

            return(writeShape);
        }
Exemple #2
0
 public string WriteShape(Shape shape)
 {
     return(ntsShapeReadWriter.WriteShape(shape));
 }