14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
DashTakerHatchImpl(IntPtr cPtr, bool cMemoryOwn)
OdGePoint2dArray getStartPoints()
override void setSmallerDashPeriod(double dSmallerPeriod)
override void setDashPeriod(bool value)
override void setDeviation(double deviation)
override bool dash(OdGePoint2d start, OdGePoint2d end)
DashTakerHatchImpl(UInt32 maxHatchDensity)
override void Dispose(bool disposing)
override void setShift(OdGeVector2d pShift)
OdGePoint2dArray getEndPoints()
static HandleRef getCPtr(DashTakerHatchImpl obj)
static global::System.Exception Retrieve()
static void DashTakerHatchImpl_setDashPeriod(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void DashTakerHatchImpl_setShift(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr DashTakerHatchImpl_getStartPoints(global::System.Runtime.InteropServices.HandleRef jarg1)
static void DashTakerHatchImpl_setDeviation(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr DashTakerHatchImpl_shift(global::System.Runtime.InteropServices.HandleRef jarg1)
static void DashTakerHatchImpl_setSmallerDashPeriod(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_DashTakerHatchImpl(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool DashTakerHatchImpl_hasCache(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr DashTakerHatchImpl_getEndPoints(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool DashTakerHatchImpl_dash(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3)
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGeVector2d obj)