Example #1
0
 public DxfLayer(string name, DxfColor color)
     : this(name)
 {
     Color = color;
 }
Example #2
0
 protected static short GetRawValue(DxfColor color)
 {
     return color?.RawValue ?? 0;
 }