14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static global::System.Exception Retrieve()
static bool OdGeScale2d_isProportional__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGeScale2d_sy_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGeScale2d_sy_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGeScale2d_Mul__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double OdGeScale2d_GetItem(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2)
static global::System.IntPtr OdGeScale2d_invert(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGeScale2d(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeScale2d_isEqualTo__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeScale2d_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeScale2d_extractScale(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeScale2d_Mul__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeScale2d_setToProduct__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static void OdGeScale2d_sx_set(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGeScale2d_isProportional__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeScale2d_removeScale(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGeScale2d_getMatrix(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdGeScale2d_setToProduct__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, double jarg3)
static double OdGeScale2d_sx_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGeScale2d_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGeScale2d_isEqualTo__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static HandleRef getCPtr(OdGeMatrix2d obj)
OdGeScale2d(double factor)
static HandleRef getCPtr(OdGeScale2d obj)
OdGeScale2d setToProduct(OdGeScale2d scaleVec, double factor)
OdGeScale2d Mul(double factor)
void getMatrix(OdGeMatrix2d xfm)
bool IsEqual(OdGeScale2d scaleVec)
bool isProportional(OdGeTol tol)
bool IsNotEqual(OdGeScale2d scaleVec)
bool isEqualTo(OdGeScale2d scaleVec)
OdGeScale2d(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
OdGeScale2d setToProduct(OdGeScale2d scaleVec1, OdGeScale2d scaleVec2)
OdGeScale2d Mul(OdGeScale2d scaleVec)
bool isEqualTo(OdGeScale2d scaleVec, OdGeTol tol)
OdGeScale2d(double xFactor, double yFactor)
OdGeScale2d extractScale(OdGeMatrix2d xfm)
OdGeScale2d removeScale(OdGeMatrix2d xfm)
static HandleRef getCPtr(OdGeTol obj)