Extended .NET SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
OdDgTextGeometryCacheAction.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.TG {
12
13using System;
14using System.Runtime.InteropServices;
15using Teigha.Core;
16
18 private Object locker = new Object();
19 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public OdDgTextGeometryCacheAction(IntPtr cPtr, bool cMemoryOwn) : base(TG_DbPINVOKE.OdDgTextGeometryCacheAction_SWIGUpcast(cPtr), cMemoryOwn) {
22 swigCPtr = new HandleRef(this, cPtr);
23 }
24
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(OdDgTextGeometryCacheAction obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
30 protected override void Dispose(bool disposing) {
31 lock(this) {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
33 if (swigCMemOwn) {
34 swigCMemOwn = false;
36 }
37 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
38 }
39 base.Dispose(disposing);
40 }
41 }
42
43 public static OdDgTextGeometryCacheAction cast(OdRxObject pObj) {// OdSmartPtr<OdDgTextGeometryCacheAction>
44 MemoryManager mMan = MemoryManager.GetMemoryManager();
45 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
47
49 if (null != mTrans)
50 {
51 mTrans.AddObject((OdDgTextGeometryCacheAction)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgTextGeometryCacheAction),ptr, true));
52 ret = (OdDgTextGeometryCacheAction)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgTextGeometryCacheAction),ptr, false);
53 }
54 else
55 {
56 ret = (OdDgTextGeometryCacheAction)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgTextGeometryCacheAction),ptr, true);
57 }
58
60 return ret;
61}
62
63 public new static OdRxClass desc() {
64 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TG_DbPINVOKE.OdDgTextGeometryCacheAction_desc(),false); /*createInt 3_2*/
65
67 return ret;
68}
69
70 public override OdRxClass isA() {
71 OdRxClass ret = (OdRxClass)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxClass),TG_DbPINVOKE.OdDgTextGeometryCacheAction_isA(swigCPtr),false); /*createInt 3_2*/
72
74 return ret;
75}
76
77 public override OdRxObject queryX(OdRxClass protocolClass) {
78 OdRxObject ret = (OdRxObject)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdRxObject),TG_DbPINVOKE.OdDgTextGeometryCacheAction_queryX(swigCPtr, OdRxClass.getCPtr(protocolClass)),false); /*createInt 3_2*/
79
81 return ret;
82}
83
84 public static OdDgTextGeometryCacheAction createObject() {// OdSmartPtr<OdDgTextGeometryCacheAction>
85 MemoryManager mMan = MemoryManager.GetMemoryManager();
86 MemoryTransaction mTrans = mMan.GetCurrentTransaction(); // MemoryTransaction #17
88
90 if (null != mTrans)
91 {
92 mTrans.AddObject((OdDgTextGeometryCacheAction)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgTextGeometryCacheAction),ptr, true));
93 ret = (OdDgTextGeometryCacheAction)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgTextGeometryCacheAction),ptr, false);
94 }
95 else
96 {
97 ret = (OdDgTextGeometryCacheAction)Teigha.Core.Helpers.odrxCreateObjectInternalUniversal(typeof(OdDgTextGeometryCacheAction),ptr, true);
98 }
99
101 return ret;
102}
103
104 public virtual String getText() {
107 return ret;
108}
109
114
120
125
131
136
142
147
153
158
159 public virtual UInt32 getTextColor() {
160// test csout
161 /*SIMPLETYPE*/
164 return ret;
165 }
166
167 public virtual void setTextColor(UInt32 uColor) {
168 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setTextColor(swigCPtr, uColor /*SIMPLETYPE*/);
170 }
171
172 public virtual UInt32 getFont() {
173// test csout
174 /*SIMPLETYPE*/
177 return ret;
178 }
179
180 public virtual void setFont(UInt32 uFont) {
181 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setFont(swigCPtr, uFont /*SIMPLETYPE*/);
183 }
184
185 public virtual UInt32 getFontFlags() {
186// test csout
187 /*SIMPLETYPE*/
190 return ret;
191 }
192
193 public virtual void setFontFlags(UInt32 uFlags) {
194 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setFontFlags(swigCPtr, uFlags /*SIMPLETYPE*/);
196 }
197
203
208
214
219
225
230
236
241
247
252
258
263
269
274
280
285
291
296
302
307
313
318
324
329
335
340
346
351
357
362
368
373
379
384
385 public virtual bool getOffsetFlag() {
388 return ret;
389 }
390
395
401
406
407 public virtual UInt32 getBigFont() {
408// test csout
409 /*SIMPLETYPE*/
412 return ret;
413 }
414
415 public virtual void setBigFont(UInt32 uFont) {
416 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setBigFont(swigCPtr, uFont /*SIMPLETYPE*/);
418 }
419
425
430
431 public virtual double getSlantAngle() {
434 return ret;
435 }
436
441
442 public virtual UInt32 getLineWeight() {
443// test csout
444 /*SIMPLETYPE*/
447 return ret;
448 }
449
450 public virtual void setLineWeight(UInt32 uLineWeight) {
451 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setLineWeight(swigCPtr, uLineWeight /*SIMPLETYPE*/);
453 }
454
455 public virtual UInt32 getUnderlineColor() {
456// test csout
457 /*SIMPLETYPE*/
460 return ret;
461 }
462
463 public virtual void setUnderlineColor(UInt32 uColor) {
464 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setUnderlineColor(swigCPtr, uColor /*SIMPLETYPE*/);
466 }
467
468 public virtual UInt32 getUnderlineLineType() {
469// test csout
470 /*SIMPLETYPE*/
473 return ret;
474 }
475
476 public virtual void setUnderlineLineType(UInt32 uLineType) {
477 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setUnderlineLineType(swigCPtr, uLineType /*SIMPLETYPE*/);
479 }
480
481 public virtual UInt32 getUnderlineLineWeight() {
482// test csout
483 /*SIMPLETYPE*/
486 return ret;
487 }
488
489 public virtual void setUnderlineLineWeight(UInt32 uLineWeight) {
490 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setUnderlineLineWeight(swigCPtr, uLineWeight /*SIMPLETYPE*/);
492 }
493
499
504
505 public virtual UInt32 getOverlineColor() {
506// test csout
507 /*SIMPLETYPE*/
510 return ret;
511 }
512
513 public virtual void setOverlineColor(UInt32 uColor) {
514 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setOverlineColor(swigCPtr, uColor /*SIMPLETYPE*/);
516 }
517
518 public virtual UInt32 getOverlineLineType() {
519// test csout
520 /*SIMPLETYPE*/
523 return ret;
524 }
525
526 public virtual void setOverlineLineType(UInt32 uLineType) {
527 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setOverlineLineType(swigCPtr, uLineType /*SIMPLETYPE*/);
529 }
530
531 public virtual UInt32 getOverlineLineWeight() {
532// test csout
533 /*SIMPLETYPE*/
536 return ret;
537 }
538
539 public virtual void setOverlineLineWeight(UInt32 uLineWeight) {
540 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setOverlineLineWeight(swigCPtr, uLineWeight /*SIMPLETYPE*/);
542 }
543
549
554
555 public virtual UInt32 getBackgroundColor() {
556// test csout
557 /*SIMPLETYPE*/
560 return ret;
561 }
562
563 public virtual void setBackgroundColor(UInt32 uColor) {
564 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setBackgroundColor(swigCPtr, uColor /*SIMPLETYPE*/);
566 }
567
568 public virtual UInt32 getBackgroundFillColor() {
569// test csout
570 /*SIMPLETYPE*/
573 return ret;
574 }
575
580
581 public virtual UInt32 getBackgroundLineType() {
582// test csout
583 /*SIMPLETYPE*/
586 return ret;
587 }
588
589 public virtual void setBackgroundLineType(UInt32 uLineType) {
590 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setBackgroundLineType(swigCPtr, uLineType /*SIMPLETYPE*/);
592 }
593
594 public virtual UInt32 getBackgroundLineWeight() {
595// test csout
596 /*SIMPLETYPE*/
599 return ret;
600 }
601
602 public virtual void setBackgroundLineWeight(UInt32 uLineWeight) {
603 TG_DbPINVOKE.OdDgTextGeometryCacheAction_setBackgroundLineWeight(swigCPtr, uLineWeight /*SIMPLETYPE*/);
605 }
606
612
617
623
628
634
639
645
650
656
661
667
672
678
683
689
694
695 public virtual bool getBoldFlag() {
698 return ret;
699 }
700
705
706 public virtual bool getItalicFlag() {
709 return ret;
710 }
711
716
722
727
733
738
744
749
755
760
761 protected static string getRealClassName(IntPtr ptr) {
762 string ret = TG_DbPINVOKE.OdDgTextGeometryCacheAction_getRealClassName(ptr /*SIMPLETYPE*/);
764 return ret;
765 }
766
767}
768
769}
static HandleRef getCPtr(OdGePoint2d obj)
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdGeQuaternion obj)
static HandleRef getCPtr(OdRxClass obj)
Definition OdRxClass.cs:25
OdRxObject(IntPtr cPtr, bool cMemoryOwn)
Definition OdRxObject.cs:21
static HandleRef getCPtr(OdRxObject obj)
Definition OdRxObject.cs:26
virtual void setUnderlineLineType(UInt32 uLineType)
virtual void setOverlineLineWeight(UInt32 uLineWeight)
static OdDgTextGeometryCacheAction cast(OdRxObject pObj)
virtual void setBackgroundLineWeight(UInt32 uLineWeight)
override OdRxObject queryX(OdRxClass protocolClass)
OdDgTextGeometryCacheAction(IntPtr cPtr, bool cMemoryOwn)
virtual void setBackgroundLineType(UInt32 uLineType)
virtual void setUnderlineLineWeight(UInt32 uLineWeight)
virtual void setOffset(OdGePoint2d ptOffset)
virtual void setLineWeight(UInt32 uLineWeight)
virtual void setBackgroundOffset(OdGePoint2d ptOffset)
static HandleRef getCPtr(OdDgTextGeometryCacheAction obj)
virtual void setOverlineLineType(UInt32 uLineType)
virtual void setOrigin(OdGePoint3d ptOrigin)
static OdDgTextGeometryCacheAction createObject()
virtual void setRotation(OdGeQuaternion quatRotation)
static global::System.Exception Retrieve()
static bool OdDgTextGeometryCacheAction_getIntercharSpacingFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOverlineStyleFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getUseIntercharSpacingFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOverlineLineTypeFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getUnderlineColorFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOverlineOffsetFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setOverlineColor(HandleRef jarg1, UInt32 jarg2)
static bool OdDgTextGeometryCacheAction_getUnderlineLineWeightFlag(HandleRef jarg1)
static global::System.IntPtr OdDgTextGeometryCacheAction_getOffset(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getFixedSpacingType(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getOverlineLineTypeFlag(HandleRef jarg1)
static double OdDgTextGeometryCacheAction_getIntercharSpacing(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getLineWeightFlag(HandleRef jarg1)
static String OdDgTextGeometryCacheAction_getText(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBackgroundLineWeight(HandleRef jarg1, UInt32 jarg2)
static bool OdDgTextGeometryCacheAction_getSlantAngleFlag(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getOffsetFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOffset(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgTextGeometryCacheAction_setBackgroundLineTypeFlag(HandleRef jarg1, bool jarg2)
static double OdDgTextGeometryCacheAction_getHeightMultiplier(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setWidthMultiplier(HandleRef jarg1, double jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineFlag(HandleRef jarg1, bool jarg2)
static string OdDgTextGeometryCacheAction_getRealClassName(IntPtr jarg1)
static void OdDgTextGeometryCacheAction_setOverlineLineWeightFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setLineWeight(HandleRef jarg1, UInt32 jarg2)
static UInt32 OdDgTextGeometryCacheAction_getOverlineColor(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setSlantAngle(HandleRef jarg1, double jarg2)
static bool OdDgTextGeometryCacheAction_getOverlineFlag(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getBackgroundFlag(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getOverlineLineWeight(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getUnderlineFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBigFont(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setOverlineColorFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getOverlineOffsetFlag(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getBackgroundLineType(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setIntercharSpacingFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setBoldFlag(HandleRef jarg1, bool jarg2)
static IntPtr OdDgTextGeometryCacheAction_queryX(HandleRef jarg1, HandleRef jarg2)
static void OdDgTextGeometryCacheAction_setBackgroundOffset(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt32 OdDgTextGeometryCacheAction_getBackgroundLineWeight(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getUnderlineStyleFlag(HandleRef jarg1)
static double OdDgTextGeometryCacheAction_getSlantAngle(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getUnderlineLineType(HandleRef jarg1)
static global::System.IntPtr OdDgTextGeometryCacheAction_getBackgroundOffset(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBackgroundFillColorFlag(HandleRef jarg1, bool jarg2)
static global::System.IntPtr OdDgTextGeometryCacheAction_getRotation(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setUnderlineOffsetFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getSuperscriptFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBackgroundLineType(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineLineWeight(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setTextColor(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setLineWeightFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineLineTypeFlag(HandleRef jarg1, bool jarg2)
static UInt32 OdDgTextGeometryCacheAction_getUnderlineLineWeight(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getVerticalFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBackgroundLineWeightFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setBackgroundFillColor(HandleRef jarg1, UInt32 jarg2)
static bool OdDgTextGeometryCacheAction_getUnderlineLineTypeFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setUnderlineStyleFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setFontFlags(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setSlantAngleFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineOffset(HandleRef jarg1, double jarg2)
static UInt32 OdDgTextGeometryCacheAction_getFont(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getOverlineLineType(HandleRef jarg1)
static double OdDgTextGeometryCacheAction_getOverlineOffset(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getBackgroundLineTypeFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setFixedSpacingType(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setItalicFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setText(HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdDgTextGeometryCacheAction_getBigFontFlag(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getBackgroundColor(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBackgroundFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setOverlineLineWeight(HandleRef jarg1, UInt32 jarg2)
static UInt32 OdDgTextGeometryCacheAction_getBigFont(HandleRef jarg1)
static void delete_OdDgTextGeometryCacheAction(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getSubscriptFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOrigin(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt32 OdDgTextGeometryCacheAction_getFontFlags(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setUseIntercharSpacingFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getItalicFlag(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getFixedSpacingTypeFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setUnderlineColor(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setBackgroundOffsetFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getUnderlineOffsetFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOffsetFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getBackgroundColorFlag(HandleRef jarg1)
static IntPtr OdDgTextGeometryCacheAction_isA(HandleRef jarg1)
static IntPtr OdDgTextGeometryCacheAction_desc()
static UInt32 OdDgTextGeometryCacheAction_getUnderlineColor(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getTextColor(HandleRef jarg1)
static double OdDgTextGeometryCacheAction_getWidthMultiplier(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getBackgroundOffsetFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setSuperscriptFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getOverlineColorFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setVerticalFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineLineWeightFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getBackgroundFillColorFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setSubscriptFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setOverlineFlag(HandleRef jarg1, bool jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineLineType(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setUnderlineColorFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getOverlineStyleFlag(HandleRef jarg1)
static double OdDgTextGeometryCacheAction_getUnderlineOffset(HandleRef jarg1)
static IntPtr OdDgTextGeometryCacheAction_createObject()
static void OdDgTextGeometryCacheAction_setBackgroundColorFlag(HandleRef jarg1, bool jarg2)
static UInt32 OdDgTextGeometryCacheAction_getLineWeight(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setRotation(HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdDgTextGeometryCacheAction_setIntercharSpacing(HandleRef jarg1, double jarg2)
static void OdDgTextGeometryCacheAction_setHeightMultiplier(HandleRef jarg1, double jarg2)
static bool OdDgTextGeometryCacheAction_getBoldFlag(HandleRef jarg1)
static bool OdDgTextGeometryCacheAction_getOverlineLineWeightFlag(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setBackgroundColor(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setFont(HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr OdDgTextGeometryCacheAction_getOrigin(HandleRef jarg1)
static IntPtr OdDgTextGeometryCacheAction_cast(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setOverlineOffset(HandleRef jarg1, double jarg2)
static void OdDgTextGeometryCacheAction_setOverlineLineType(HandleRef jarg1, UInt32 jarg2)
static void OdDgTextGeometryCacheAction_setBigFontFlag(HandleRef jarg1, bool jarg2)
static bool OdDgTextGeometryCacheAction_getBackgroundLineWeightFlag(HandleRef jarg1)
static UInt32 OdDgTextGeometryCacheAction_getBackgroundFillColor(HandleRef jarg1)
static void OdDgTextGeometryCacheAction_setFixedSpacingTypeFlag(HandleRef jarg1, bool jarg2)