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