public RectangleArrayDouble(uint width, uint height, SWIGTYPE_p_double data) : this(bwtaPINVOKE.new_RectangleArrayDouble__SWIG_0(width, height, SWIGTYPE_p_double.getCPtr(data)), true) {
 }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_double obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
 public void setItem(uint x, uint y, SWIGTYPE_p_double item) {
   bwtaPINVOKE.RectangleArrayDouble_setItem(swigCPtr, x, y, SWIGTYPE_p_double.getCPtr(item));
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_double obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }