touchvg.core.Chars.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( Chars obj ) : HandleRef
obj Chars
return System.Runtime.InteropServices.HandleRef
  internal static HandleRef getCPtr(Chars obj) {
    return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
  }