Esempio n. 1
0
 public GraphicsConfig(
     bool readOnly,
     ArgbColor backgroundColor,
     IndexedColorHandling indexedColorHandling)
 {
     this.argbColor_0            = backgroundColor;
     this.DotsPerInch            = 100.0;
     this.bool_18                = readOnly;
     this.indexedColorHandling_0 = indexedColorHandling;
     this.bool_12                = indexedColorHandling == IndexedColorHandling.BehaveLikeClassicCadlibWithBackgroundCorrection;
     this.method_1();
 }
Esempio n. 2
0
 public GraphicsConfig(ArgbColor backgroundColor, IndexedColorHandling indexedColorHandling)
     : this(false, backgroundColor, indexedColorHandling)
 {
 }