Example #1
0
 internal global::SWA.Ariadne.Gui.Mazes.ContourImage LoadImage(string imagePath, global::System.Random r)
 {
     object[] args = new object[] {
         imagePath,
         r};
     global::SWA.Ariadne.Gui.Mazes.ContourImage ret = ((global::SWA.Ariadne.Gui.Mazes.ContourImage)(m_privateObject.Invoke("LoadImage", new System.Type[] {
             typeof(string),
             typeof(global::System.Random)}, args)));
     return ret;
 }
Example #2
0
 internal SWA_Ariadne_Gui_Mazes_ContourImageAccessor(global::SWA.Ariadne.Gui.Mazes.ContourImage target)
     : base(target, m_privateType)
 {
 }