14 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
17 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
this, cPtr);
20 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(
VisualPairConnector obj) {
21 return (obj == null) ?
new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
30 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
35 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 global::System.GC.SuppressFinalize(
this);
48 public virtual bool ProcessImage(byte[] image,
int width,
int height,
int bytesPerPixel) {
49 global::System.Runtime.InteropServices.GCHandle pinHandle_image = global::System.Runtime.InteropServices.GCHandle.Alloc(image, global::System.Runtime.InteropServices.GCHandleType.Pinned);
try {
54 }
finally { pinHandle_image.Free(); }