/// <summary> /// Copy constructor /// </summary> /// <param name="other"></param> public RichTextGDI(RichTextGDI other) : base(other) { }