Inheritance: MagickTypes
 protected DrawableCodeGenerator()
 {
   Types = new DrawableTypes(QuantumDepth.Q16);
 }
Beispiel #2
0
 protected DrawableCodeGenerator()
 {
     Types = new DrawableTypes(QuantumDepth.Q16);
 }
Beispiel #3
0
 protected DrawableCodeGenerator(bool isInterface)
 {
     Types        = new DrawableTypes(QuantumDepth.Q16);
     _isInterface = isInterface;
 }
 protected DrawableCodeGenerator(bool isInterface)
 {
     Types        = new DrawableTypes();
     _isInterface = isInterface;
 }