Animation d’image: Agrandir le Globe

{filelink=16666}
using System;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;

public class AnimerImages : Form {
  private int large

Créer une animation avec un ‘thread’

{filelink=16665}
using System;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;

public class AnimerCercle : Form {
  private int x = 1

Créer un tableau d’image

{filelink=16690}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using 

Obtenir Les informations de Pixel

{filelink=16688}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using 

Dessiner avec des composants Alphas

{filelink=16686}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using