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

getCPtr() static private method

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

Usage Example

Beispiel #1
0
 public Vector2d(Vector2d src) : this(touchvgPINVOKE.new_Vector2d__SWIG_2(Vector2d.getCPtr(src)), true)
 {
     if (touchvgPINVOKE.SWIGPendingException.Pending)
     {
         throw touchvgPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of touchvg.core.Vector2d::getCPtr