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);
59 public OdGsDCRect(
int xMin,
int xMax,
int yMin,
int yMax) : this(
GlobalsPINVOKE.new_OdGsDCRect__SWIG_2(xMin, xMax, yMin, yMax), true) {
static global::System.Exception Retrieve()
static bool OdGsDCRect_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGsDCRect_m_max_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGsDCRect_isDisjoint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGsDCRect_offset(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, int jarg3)
static void OdGsDCRect_intersectWith__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
static global::System.IntPtr OdGsDCRect_Assign(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGsDCRect(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGsDCRect_m_min_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGsDCRect_m_min_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGsDCRect_set_null(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsDCRect_within(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGsDCRect_intersectWith__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGsDCRect_normalize(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGsDCRect_m_max_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGsDCRect_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGsDCRect_is_null(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGsDCPoint obj)
OdGsDCRect(OdGsDCRect.NullFlag arg0)
void intersectWith(OdGsDCRect dcRect)
void vb_offset(int x, int y)
void intersectWith(OdGsDCRect dcRect, bool bValidate)
bool within(OdGsDCRect dcRect)
OdGsDCRect(IntPtr cPtr, bool cMemoryOwn)
bool IsEqual(OdGsDCRect dcRect)
void offset(int x, int y)
OdGsDCRect(int xMin, int xMax, int yMin, int yMax)
OdGsDCRect(OdGsDCPoint minPoint, OdGsDCPoint maxPoint)
OdGsDCRect Assign(OdGsDCRect dcRect)
static HandleRef getCPtr(OdGsDCRect obj)
bool IsNotEqual(OdGsDCRect dcRect)
virtual void Dispose(bool disposing)
bool isDisjoint(OdGsDCRect r)