Exemple #1
0
 public void lineIntersections(double x1, double y1, double x2, double y2, RectangleIntersections ri)
 {
     colaPINVOKE.Rectangle_lineIntersections(swigCPtr, x1, y1, x2, y2, RectangleIntersections.getCPtr(ri));
     if (colaPINVOKE.SWIGPendingException.Pending)
     {
         throw colaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void lineIntersections(double x1, double y1, double x2, double y2, RectangleIntersections ri)
 {
     colaPINVOKE.Rectangle_lineIntersections(swigCPtr, x1, y1, x2, y2, RectangleIntersections.getCPtr(ri));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(RectangleIntersections obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(RectangleIntersections obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }