Exemplo n.º 1
0
 public void Init(WindowsApplication.Form1 _parent, vtWindow vtw)
 {
     parent = _parent;
     vtWin = vtw;
     //this.OnSizeChanged()
 }
Exemplo n.º 2
0
 public void CreateVTWindow(IntPtr win)
 {
     vtWin = new vtWindow();
     SWIGTYPE_p_long l = new SWIGTYPE_p_long(win, true);
     vtWin.CreateAsChild(l);
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(vtWindow obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }