Beispiel #1
0
 public static HandleRef getCPtr(CSNode obj)
 {
     return(obj == null ? new HandleRef((object)null, IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #2
0
 public virtual void SetAttachNode(CSNode node)
 {
     CocoStudioEngineAdapterPINVOKE.CSComControlNode_SetAttachNode(this.swigCPtr, CSNode.getCPtr(node));
 }