14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
108 public virtual void setBits(
byte[] pData, UInt32 nSize) {
static global::System.Exception Retrieve()
static void OdGsBitMap_setBits(HandleRef jarg1, IntPtr jarg2, UInt32 jarg3)
static IntPtr OdGsBitMap_queryX(HandleRef jarg1, HandleRef jarg2)
static UInt32 OdGsBitMap_bytePerLine(HandleRef jarg1)
static byte OdGsBitMap_bitPerPixel(HandleRef jarg1)
static string OdGsBitMap_getRealClassName(IntPtr jarg1)
static IntPtr OdGsBitMap_bits(HandleRef jarg1)
static UInt32 OdGsBitMap_width(HandleRef jarg1)
static void delete_OdGsBitMap(HandleRef jarg1)
static UInt32 OdGsBitMap_bitDataSize(HandleRef jarg1)
static void OdGsBitMap_create(HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, byte jarg4)
static IntPtr OdGsBitMap_palette__SWIG_0(HandleRef jarg1)
static UInt32 OdGsBitMap_height(HandleRef jarg1)
static IntPtr OdGsBitMap_isA(HandleRef jarg1)
static string getRealClassName(IntPtr ptr)
static HandleRef getCPtr(OdGsBitMap obj)
virtual OdGsPalette palette()
virtual void setBits(byte[] pData, UInt32 nSize)
override void Dispose(bool disposing)
virtual UInt32 bytePerLine()
override OdRxObject queryX(OdRxClass protocolClass)
virtual UInt32 bitDataSize()
virtual void create(UInt32 width, UInt32 height, byte bitCount)
virtual byte bitPerPixel()
OdGsBitMap(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(OdRxClass obj)