Shape.Shape C# (CSharp) Method

Shape() public method

public Shape ( ) : System.Collections
return System.Collections
    public Shape()
    {
        commands = new List<int>();
        data = new List<float>();
    }