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

getCPtr() static private method

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

Usage Example

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