/// <summary> /// Create a browser from the createBrowser parameters /// </summary> public Browser(int width, int height, bool isLocal, bool transparent = false) : this(MtaClient.CreateBrowser(width, height, isLocal, transparent)) { }