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 OdGiShadowParameters_setExtendedLightWidth(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGiShadowParameters_setShadowMapSoftness(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void OdGiShadowParameters_setShadowType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdGiShadowParameters_setShadowsOn(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGiShadowParameters_shapeVisibility(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 OdGiShadowParameters_shadowSamples(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiShadowParameters_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static byte OdGiShadowParameters_shadowMapSoftness(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 OdGiShadowParameters_shadowMapSize(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiShadowParameters_setExtendedLightLength(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static int OdGiShadowParameters_extendedLightShape(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiShadowParameters_setExtendedLightShape(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static bool OdGiShadowParameters_setShadowMapSize(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static double OdGiShadowParameters_extendedLightLength(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiShadowParameters_extendedLightRadius(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiShadowParameters_setShapeVisibility(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGiShadowParameters_setExtendedLightRadius(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGiShadowParameters_shadowsOn(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGiShadowParameters(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiShadowParameters_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static int OdGiShadowParameters_shadowType(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiShadowParameters_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiShadowParameters_save(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static void OdGiShadowParameters_load(global::System.Runtime.InteropServices.HandleRef jarg1, HandleRef jarg2)
static double OdGiShadowParameters_extendedLightWidth(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiShadowParameters_setShadowSamples(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
bool setExtendedLightWidth(double dWidth)
OdGiShadowParameters.ShadowType shadowType()
double extendedLightWidth()
OdGiShadowParameters.ExtendedLightShape extendedLightShape()
double extendedLightRadius()
OdGiShadowParameters Assign(OdGiShadowParameters parms)
bool IsEqual(OdGiShadowParameters parms)
static HandleRef getCPtr(OdGiShadowParameters obj)
void setShapeVisibility(bool bVisibility)
bool setExtendedLightLength(double dLength)
bool setShadowMapSize(UInt16 sz)
void setExtendedLightShape(OdGiShadowParameters.ExtendedLightShape lightShape)
void setShadowsOn(bool on)
void save(OdGsFiler pFiler)
void load(OdGsFiler pFiler)
bool setExtendedLightRadius(double dRadius)
void setShadowType(OdGiShadowParameters.ShadowType typ)
double extendedLightLength()
Teigha.Core.OdGiShadowParameters.ExtendedLightShape vb_extendedLightShape()
OdGiShadowParameters(IntPtr cPtr, bool cMemoryOwn)
bool setShadowSamples(UInt16 nSamples)
Teigha.Core.OdGiShadowParameters.ShadowType vb_shadowType()
bool IsNotEqual(OdGiShadowParameters parms)
bool setShadowMapSoftness(byte soft)
virtual void Dispose(bool disposing)
OdGiShadowParameters(OdGiShadowParameters parms)
static HandleRef getCPtr(OdGsFiler obj)