Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Obtient ou définit la couleur du pixel aux coordonnées spécifiées

Espace de nom : Developpez.Dotnet.Drawing
Assembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
public Color this[
	int x,
	int y
] { get; set; }
Visual Basic (Déclaration)
Public Default Property Item ( _
	x As Integer, _
	y As Integer _
) As Color
	Get
	Set
Visual C++
public:
property Color default[int x, int y] {
	Color get (int x, int y);
	void set (int x, int y, Color value);
}

Paramètres

x
Type: System..::..Int32
Position horizontale du pixel
y
Type: System..::..Int32
Position verticale du pixel

Valeur de retour

La couleur du pixel

Voir aussi