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 int OdPsPlotStyleData_screening(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setJoinStyle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdPsPlotStyleData_setDitherOn(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdPsPlotStyleData_lineweight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setPhysicalPenNumber(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static void OdPsPlotStyleData_setVirtualPenNumber(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static int OdPsPlotStyleData_fillStyle(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdPsPlotStyleData_endStyle(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setColorPolicy(global::System.Runtime.InteropServices.HandleRef jarg1, Int16 jarg2)
static bool OdPsPlotStyleData_isGrayScaleOn(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setLinetype(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static Int16 OdPsPlotStyleData_physicalPenNumber(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int16 OdPsPlotStyleData_virtualPenNumber(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdPsPlotStyleData_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdPsPlotStyleData_color(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setGrayScaleOn(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdPsPlotStyleData_setColor(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdPsPlotStyleData_linetype(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdPsPlotStyleData_isAdaptiveLinetype(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdPsPlotStyleData_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdPsPlotStyleData_setFillStyle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdPsPlotStyleData_setEndStyle(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdPsPlotStyleData_setLinePatternSize(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdPsPlotStyleData_kDefault_get()
static Int16 OdPsPlotStyleData_colorPolicy(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setAdaptiveLinetype(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdPsPlotStyleData_linePatternSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdPsPlotStyleData_joinStyle(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdPsPlotStyleData_isDitherOn(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdPsPlotStyleData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdPsPlotStyleData_setLineweight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdPsPlotStyleData_setScreening(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static HandleRef getCPtr(OdCmEntityColor obj)
void setLinetype(LineType linetype)
bool isAdaptiveLinetype()
Teigha.Core.FillStyle vb_fillStyle()
void setPhysicalPenNumber(Int16 physicalPenNumber)
Teigha.Core.LineType vb_linetype()
bool IsNotEqual(OdPsPlotStyleData other)
void setVirtualPenNumber(Int16 virtualPenNumber)
void setEndStyle(LineEndStyle lineEndStyle)
void setDitherOn(bool ditherOn)
OdPsPlotStyleData(IntPtr cPtr, bool cMemoryOwn)
void setColorPolicy(Int16 colorPolicy)
virtual void Dispose(bool disposing)
void setJoinStyle(LineJoinStyle lineJoinStyle)
void setLineweight(double lineweight)
void setScreening(int screening)
void setAdaptiveLinetype(bool adaptiveLinetype)
void setFillStyle(FillStyle fillStyle)
void setLinePatternSize(double linePatternSize)
void setColor(OdCmEntityColor color)
static OdPsPlotStyleData kDefault
static HandleRef getCPtr(OdPsPlotStyleData obj)
Int16 physicalPenNumber()
Teigha.Core.LineJoinStyle vb_joinStyle()
LineJoinStyle joinStyle()
void setGrayScaleOn(bool grayScaleOn)
bool IsEqual(OdPsPlotStyleData other)