public void Blend(dynamic icon = null, int?f = null, double?x = null, double?y = null) { x = x ?? 1; y = y ?? 1; Icon13.oper_blend(this.icon, icon, f, ((int?)(x)), ((int?)(y))); }