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);
55 MemoryManager mMan = MemoryManager.GetMemoryManager();
56 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
75 MemoryManager mMan = MemoryManager.GetMemoryManager();
76 MemoryTransaction mTrans = mMan.GetCurrentTransaction();
99 public void postFill(
double dMinx,
double dMaxx,
double dMiny,
double dMaxy) {
104 public void addTriangle(UInt32 x1, UInt32 y1, UInt32 x2, UInt32 y2, UInt32 x3, UInt32 y3,
byte red1,
byte green1,
byte blue1,
byte red2,
byte green2,
byte blue2,
byte red3,
byte green3,
byte blue3) {
105 GlobalsPINVOKE.
PDFShadingT4_addTriangle(swigCPtr, x1 , y1 , x2 , y2 , x3 , y3 , red1 , green1 , blue1 , red2 , green2 , blue2 , red3 , green3 , blue3 );
static global::System.Exception Retrieve()
static void PDFShadingT4_addTriangle(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2, UInt32 jarg3, UInt32 jarg4, UInt32 jarg5, UInt32 jarg6, UInt32 jarg7, byte jarg8, byte jarg9, byte jarg10, byte jarg11, byte jarg12, byte jarg13, byte jarg14, byte jarg15, byte jarg16)
static void PDFShadingT4_postFill(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3, double jarg4, double jarg5)
static int PDFShadingT4_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool PDFShadingT4_isKindOf(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void delete_PDFShadingT4(global::System.Runtime.InteropServices.HandleRef jarg1)
static void PDFShadingT4_preFill(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr PDFShadingT4_createObject__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static IntPtr PDFShadingT4_createObject__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(PDFDocument obj)
virtual bool isIndirect()
override void Dispose(bool disposing)
PDFShadingT4(IntPtr cPtr, bool cMemoryOwn)
static HandleRef getCPtr(PDFShadingT4 obj)
override bool isKindOf(PDFTypeId objType)
override PDFTypeId type()
void addTriangle(UInt32 x1, UInt32 y1, UInt32 x2, UInt32 y2, UInt32 x3, UInt32 y3, byte red1, byte green1, byte blue1, byte red2, byte green2, byte blue2, byte red3, byte green3, byte blue3)
static PDFShadingT4 createObject(PDFDocument pDoc)
void postFill(double dMinx, double dMaxx, double dMiny, double dMaxy)
static PDFShadingT4 createObject(PDFDocument pDoc, bool isIndirect)