public Polygon(Polygon b) : this(bwtaPINVOKE.new_Polygon__SWIG_1(Polygon.getCPtr(b)), true) { if (bwtaPINVOKE.SWIGPendingException.Pending) throw bwtaPINVOKE.SWIGPendingException.Retrieve(); }
public bool Equals(Polygon obj) { if (obj == null) return false; return (obj.swigCPtr.Handle == this.swigCPtr.Handle); }
public virtual Polygon getPolygon() { Polygon ret = new Polygon(bwtaPINVOKE.Region_getPolygon(swigCPtr), false); return ret; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Polygon obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(Polygon obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }