Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
AECIImageProperties.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.TD {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
17public class AECIImageProperties : global::System.IDisposable {
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 protected bool swigCMemOwn;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public AECIImageProperties(IntPtr cPtr, bool cMemoryOwn) {
23 swigCMemOwn = cMemoryOwn;
24 swigCPtr = new HandleRef(this, cPtr);
25 }
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 public static HandleRef getCPtr(AECIImageProperties obj) {
28 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
29 }
30
32 Dispose(false);
33 }
34
35 public void Dispose() {
36 Dispose(true);
37 global::System.GC.SuppressFinalize(this);
38 }
39
40 protected virtual void Dispose(bool disposing) {
41 lock(this) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
43 if (swigCMemOwn) {
44 swigCMemOwn = false;
46 }
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
48 }
49 }
50 }
51
52 public AECIImageProperties() : this(TD_DbPINVOKE.new_AECIImageProperties(), true) {
54 }
55
56 public void read(byte[] /*SIMPLE_ARRAY*/ data) {
57 TD_DbPINVOKE.AECIImageProperties_read(swigCPtr, Teigha.Core.Helpers.MarshalbyteFixedArray(data));
59 }
60
61 public void write(byte[] /*SIMPLE_ARRAY*/ data) {
62 TD_DbPINVOKE.AECIImageProperties_write(swigCPtr, Teigha.Core.Helpers.MarshalbyteFixedArray(data));
64 }
65
66 public UInt32 m_width {
67 set {
68 /*SIMPLETYPE*/
69 TD_DbPINVOKE.AECIImageProperties_m_width_set(swigCPtr, value /*SIMPLETYPE*/);
71 }
72 get {
73 /*SIMPLETYPE*/
74 UInt32 ret = TD_DbPINVOKE.AECIImageProperties_m_width_get(swigCPtr);
76 return ret;
77 }
78 }
79
80 public UInt32 m_height {
81 set {
82 /*SIMPLETYPE*/
83 TD_DbPINVOKE.AECIImageProperties_m_height_set(swigCPtr, value /*SIMPLETYPE*/);
85 }
86 get {
87 /*SIMPLETYPE*/
90 return ret;
91 }
92 }
93
94 public UInt32 m_value3 {
95 set {
96 /*SIMPLETYPE*/
97 TD_DbPINVOKE.AECIImageProperties_m_value3_set(swigCPtr, value /*SIMPLETYPE*/);
99 }
100 get {
101 /*SIMPLETYPE*/
102 UInt32 ret = TD_DbPINVOKE.AECIImageProperties_m_value3_get(swigCPtr);
104 return ret;
105 }
106 }
107
108 public UInt32 m_value4 {
109 set {
110 /*SIMPLETYPE*/
111 TD_DbPINVOKE.AECIImageProperties_m_value4_set(swigCPtr, value /*SIMPLETYPE*/);
113 }
114 get {
115 /*SIMPLETYPE*/
116 UInt32 ret = TD_DbPINVOKE.AECIImageProperties_m_value4_get(swigCPtr);
118 return ret;
119 }
120 }
121
122 public UInt32 m_value5 {
123 set {
124 /*SIMPLETYPE*/
125 TD_DbPINVOKE.AECIImageProperties_m_value5_set(swigCPtr, value /*SIMPLETYPE*/);
127 }
128 get {
129 /*SIMPLETYPE*/
130 UInt32 ret = TD_DbPINVOKE.AECIImageProperties_m_value5_get(swigCPtr);
132 return ret;
133 }
134 }
135
136}
137
138}
virtual void Dispose(bool disposing)
static HandleRef getCPtr(AECIImageProperties obj)
AECIImageProperties(IntPtr cPtr, bool cMemoryOwn)
static global::System.Exception Retrieve()
static UInt32 AECIImageProperties_m_value5_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 AECIImageProperties_m_height_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void AECIImageProperties_m_width_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void delete_AECIImageProperties(global::System.Runtime.InteropServices.HandleRef jarg1)
static void AECIImageProperties_write(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static void AECIImageProperties_m_value3_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void AECIImageProperties_read(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static UInt32 AECIImageProperties_m_value4_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 AECIImageProperties_m_width_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void AECIImageProperties_m_height_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static UInt32 AECIImageProperties_m_value3_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void AECIImageProperties_m_value5_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void AECIImageProperties_m_value4_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)