Esempio n. 1
0
 public HRectangle(HRectangle rect) : this(HCSMVOPINVOKE.new_HRectangle__SWIG_6(HRectangle.getCPtr(rect)), true)
 {
 }
Esempio n. 2
0
 public static HandleRef getCPtr(HRectangle obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
    public bool RectOverlap(HRectangle rect1, HRectangle rect2)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_RectOverlap(swigCPtr, HRectangle.getCPtr(rect1), HRectangle.getCPtr(rect2));

        return(ret);
    }
Esempio n. 4
0
    public bool IsRectLeft(HRectangle rect, float x)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_IsRectLeft(swigCPtr, HRectangle.getCPtr(rect), x);

        return(ret);
    }
Esempio n. 5
0
    public bool IsRectBelow(HRectangle rect, float y)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_IsRectBelow(swigCPtr, HRectangle.getCPtr(rect), y);

        return(ret);
    }
Esempio n. 6
0
    public bool IsRectInside(HRectangle rect, HRectangle area)
    {
        bool ret = HCSMVOPINVOKE.HRectangle_IsRectInside(swigCPtr, HRectangle.getCPtr(rect), HRectangle.getCPtr(area));

        return(ret);
    }