Exemplo n.º 1
0
 public TextureSource(Texture texture) : this(NoesisGUI_PINVOKE.new_TextureSource__SWIG_1(Texture.getCPtr(texture)), true)
 {
 }
Exemplo n.º 2
0
 public TextureSource(Texture texture) : this(NoesisGUI_PINVOKE.new_TextureSource__SWIG_1(Texture.getCPtr(texture)), true)
 {
     if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
     {
         throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
     }
 }