Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiImageBackgroundTraitsData.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdGiImageBackgroundTraitsData(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiImageBackgroundTraitsData_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiImageBackgroundTraitsData obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public OdGiImageBackgroundTraitsData() : this(GlobalsPINVOKE.new_OdGiImageBackgroundTraitsData(), true) {
44 }
45
49 return ret;
50}
51
52 public void setImageFilename(String filename) {
55 }
56
57 public bool fitToScreen() {
60 return ret;
61 }
62
63 public bool maintainAspectRatio() {
66 return ret;
67 }
68
69 public bool useTiling() {
72 return ret;
73 }
74
75 public void setFitToScreen(bool flag) {
78 }
79
80 public void setMaintainAspectRatio(bool flag) {
83 }
84
85 public void setUseTiling(bool flag) {
88 }
89
90 public void setOffset(double x, double y) {
93 }
94
95 public double xOffset() {
98 return ret;
99 }
100
101 public double yOffset() {
104 return ret;
105 }
106
107 public void setXOffset(double xOffset) {
110 }
111
112 public void setYOffset(double yOffset) {
115 }
116
117 public void setScale(double x, double y) {
120 }
121
122 public double xScale() {
125 return ret;
126 }
127
128 public double yScale() {
131 return ret;
132 }
133
134 public void setXScale(double xScale) {
137 }
138
139 public void setYScale(double yScale) {
142 }
143
147 return ret;
148 }
149
153 return ret;
154 }
155
161
162}
163
164}
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)
static HandleRef getCPtr(OdGiImageBackgroundTraitsData obj)
Teigha.Core.OdGiDrawable.DrawableType vb_type()
bool IsEqual(OdGiImageBackgroundTraitsData data2)
OdGiImageBackgroundTraitsData(IntPtr cPtr, bool cMemoryOwn)
bool IsNotEqual(OdGiImageBackgroundTraitsData data2)