Exemplo n.º 1
0
 public static void Clear(this SciterImage sciterImage, SciterColor color)
 {
     sciterImage?.ClearInternal(color);
 }