14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
OdDbLSStroke(IntPtr cPtr, bool cMemoryOwn)
void setInvertAtEnd(bool bSet)
OdDbLSStroke.WidthMode widthMode()
Teigha.TD.OdDbLSStroke.WidthMode vb_widthMode()
void setLength(double fLen)
void setIsDash(bool bSet)
void setCapMode(OdDbLSStroke.CapMode mode)
static HandleRef getCPtr(OdDbLSStroke obj)
void setEndWidth(double fWidth)
void setStartWidth(double fWidth)
void setInvertAtOrigin(bool bSet)
void setBypassCorner(bool bSet)
void setWidthMode(OdDbLSStroke.WidthMode mode)
virtual void Dispose(bool disposing)
OdDbLSStroke.CapMode capMode()
Teigha.TD.OdDbLSStroke.CapMode vb_capMode()
void setCanBeScaled(bool bSet)
static global::System.Exception Retrieve()
static int OdDbLSStroke_capMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDbLSStroke_isDash(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDbLSStroke(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbLSStroke_setInvertAtEnd(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDbLSStroke_setDash(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbLSStroke_setGap(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbLSStroke_setBypassCorner(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDbLSStroke_setCanBeScaled(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDbLSStroke_canBeScaled(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbLSStroke_setStartWidth(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDbLSStroke_setCapMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static bool OdDbLSStroke_isGap(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDbLSStroke_length(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDbLSStroke_endWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDbLSStroke_startWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbLSStroke_setWidthMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdDbLSStroke_setLength(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdDbLSStroke_invertAtEnd(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDbLSStroke_bypassCorner(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdDbLSStroke_widthMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDbLSStroke_invertAtOrigin(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbLSStroke_setInvertAtOrigin(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDbLSStroke_setEndWidth(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDbLSStroke_setIsDash(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)