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);
OdDgGradientFill(IntPtr cPtr, bool cMemoryOwn)
OdDgGradientFill.OdDgGradientType getGradientType()
bool setKeyColor(UInt16 uKeyNumber, UInt32 clrKey)
static HandleRef getCPtr(OdDgGradientFill obj)
OdDgGradientKey getKey(UInt16 uKeyNumber)
void setKeys(OdDgGradientKeyArray arrKeys)
void setAngle(double dAngle)
bool deleteKey(UInt16 uKeyNumber)
OdDgGradientFill(OdDgGradientFill obj)
void setShift(double dShift)
void setWhiteIntensity(double dIntencity)
void setInvertFlag(bool bSet)
bool IsEqual(OdDgGradientFill gradFill)
OdDgGradientFill Assign(OdDgGradientFill obj)
double getWhiteIntensity()
void setGradientType(OdDgGradientFill.OdDgGradientType iType)
void setOutlineFlag(bool bSet)
bool addKey(OdDgGradientKey key)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(OdDgGradientKeyArray obj)
static HandleRef getCPtr(OdDgGradientKey obj)
static global::System.Exception Retrieve()
static bool OdDgGradientFill_getOutlineFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgGradientFill_getKey(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static void OdDgGradientFill_setInvertFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void OdDgGradientFill_setOutlineFlag(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdDgGradientFill_setKeyColor(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2, UInt32 jarg3)
static void OdDgGradientFill_setAngle(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdDgGradientFill_addKey(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt16 OdDgGradientFill_getKeyCount(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgGradientFill_setKeys(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdDgGradientFill_getAngle(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgGradientFill_setWhiteIntensity(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgGradientFill_setGradientType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static bool OdDgGradientFill_deleteKey(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static int OdDgGradientFill_getGradientType(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgGradientFill_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdDgGradientFill_getShift(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdDgGradientFill_getInvertFlag(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdDgGradientFill_getWhiteIntensity(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDgGradientFill(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgGradientFill_setShift(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdDgGradientFill_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)