Inheritance: MagickTypes
Exemplo n.º 1
0
 protected DrawableCodeGenerator()
 {
   Types = new DrawableTypes(QuantumDepth.Q16);
 }
Exemplo n.º 2
0
 protected DrawableCodeGenerator()
 {
     Types = new DrawableTypes(QuantumDepth.Q16);
 }
Exemplo n.º 3
0
 protected DrawableCodeGenerator(bool isInterface)
 {
     Types        = new DrawableTypes(QuantumDepth.Q16);
     _isInterface = isInterface;
 }
Exemplo n.º 4
0
 protected DrawableCodeGenerator(bool isInterface)
 {
     Types        = new DrawableTypes();
     _isInterface = isInterface;
 }