Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdGiGradientBackgroundTraitsData.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 OdGiGradientBackgroundTraitsData(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdGiGradientBackgroundTraitsData_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdGiGradientBackgroundTraitsData 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 OdGiGradientBackgroundTraitsData() : this(GlobalsPINVOKE.new_OdGiGradientBackgroundTraitsData(), true) {
44 }
45
49 return ret;
50 }
51
52 public void setColorTop(OdCmEntityColor color) {
55 }
56
60 return ret;
61 }
62
63 public void setColorMiddle(OdCmEntityColor color) {
66 }
67
71 return ret;
72 }
73
74 public void setColorBottom(OdCmEntityColor color) {
77 }
78
79 public double horizon() {
82 return ret;
83 }
84
85 public double height() {
88 return ret;
89 }
90
91 public double rotation() {
94 return ret;
95 }
96
97 public void setHorizon(double value) {
100 }
101
102 public void setHeight(double value) {
105 }
106
107 public void setRotation(double value) {
110 }
111
115 return ret;
116 }
117
121 return ret;
122 }
123
129
134 public double vb_height() { return this.height(); }
135
140 public double vb_rotation() { return this.rotation(); }
141
142}
143
144}
static global::System.Exception Retrieve()
static global::System.IntPtr OdGiGradientBackgroundTraitsData_colorMiddle(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool OdGiGradientBackgroundTraitsData_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGiGradientBackgroundTraitsData_horizon(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdGiGradientBackgroundTraitsData_colorTop(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiGradientBackgroundTraitsData_setColorBottom(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdGiGradientBackgroundTraitsData(global::System.Runtime.InteropServices.HandleRef jarg1)
static double OdGiGradientBackgroundTraitsData_height(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiGradientBackgroundTraitsData_setRotation(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static bool OdGiGradientBackgroundTraitsData_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdGiGradientBackgroundTraitsData_setColorTop(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdGiGradientBackgroundTraitsData_rotation(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiGradientBackgroundTraitsData_setHeight(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static global::System.IntPtr OdGiGradientBackgroundTraitsData_colorBottom(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiGradientBackgroundTraitsData_setHorizon(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdGiGradientBackgroundTraitsData_setColorMiddle(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static HandleRef getCPtr(OdCmEntityColor obj)
bool IsEqual(OdGiGradientBackgroundTraitsData data2)
static HandleRef getCPtr(OdGiGradientBackgroundTraitsData obj)
bool IsNotEqual(OdGiGradientBackgroundTraitsData data2)