static public int Create(IntPtr l) { try { FairyGUI.Utils.HtmlImage self = (FairyGUI.Utils.HtmlImage)checkSelf(l); FairyGUI.RichTextField a1; checkType(l, 2, out a1); FairyGUI.Utils.HtmlElement a2; checkType(l, 3, out a2); self.Create(a1, a2); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }