Exemple #1
0
 public void Reset(Ruler rhs)
 {
     Interop.Ruler.RulerPtrReset(swigCPtr, Ruler.getCPtr(rhs));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public RulerPtr(Ruler p) : this(Interop.Ruler.NewRulerPtr(Ruler.getCPtr(p)), true)
 {
     mRuler = p;
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
        public RulerPtr Assign(Ruler rhs)
        {
            RulerPtr ret = new RulerPtr(Interop.Ruler.RulerPtrAssign(swigCPtr, Ruler.getCPtr(rhs)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }