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);
static global::System.Exception Retrieve()
static void OdGiImageBackgroundTraitsData_setUseTiling(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiImageBackgroundTraitsData_xScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiImageBackgroundTraitsData_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static bool OdGiImageBackgroundTraitsData_maintainAspectRatio(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiImageBackgroundTraitsData_setXScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiImageBackgroundTraitsData_setXOffset(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiImageBackgroundTraitsData_setScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static String OdGiImageBackgroundTraitsData_imageFilename(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiImageBackgroundTraitsData_setYScale(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void delete_OdGiImageBackgroundTraitsData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiImageBackgroundTraitsData_setMaintainAspectRatio(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static double OdGiImageBackgroundTraitsData_yScale(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiImageBackgroundTraitsData_setYOffset(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiImageBackgroundTraitsData_setOffset(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static void OdGiImageBackgroundTraitsData_setImageFilename(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static double OdGiImageBackgroundTraitsData_xOffset(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiImageBackgroundTraitsData_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGiImageBackgroundTraitsData_yOffset(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiImageBackgroundTraitsData_fitToScreen(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiImageBackgroundTraitsData_setFitToScreen(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdGiImageBackgroundTraitsData_useTiling(global::System.Runtime.InteropServices.HandleRef jarg1)
OdGiDrawable.DrawableType type()
void setYOffset(double yOffset)
static HandleRef getCPtr(OdGiImageBackgroundTraitsData obj)
OdGiImageBackgroundTraitsData()
void setOffset(double x, double y)
void setUseTiling(bool flag)
void setImageFilename(String filename)
Teigha.Core.OdGiDrawable.DrawableType vb_type()
void setYScale(double yScale)
void setScale(double x, double y)
bool IsEqual(OdGiImageBackgroundTraitsData data2)
override void Dispose(bool disposing)
OdGiImageBackgroundTraitsData(IntPtr cPtr, bool cMemoryOwn)
void setXOffset(double xOffset)
void setMaintainAspectRatio(bool flag)
bool IsNotEqual(OdGiImageBackgroundTraitsData data2)
void setFitToScreen(bool flag)
void setXScale(double xScale)
bool maintainAspectRatio()