public string GetPixel(double?x = null, double?y = null, string icon_state = null, int?dir = null, int?frame = null, bool?moving = null) { return(Icon13.oper_getpixel(this.icon, ((int)(x ?? 0)), ((int)(y ?? 0)), icon_state, dir ?? 0, frame ?? 0, moving == true)); }