BitmapData.Width Propriété

Définition

Obtient ou définit la largeur du pixel de l’objet Bitmap . Cela peut également être considéré comme le nombre de pixels d’une ligne d’analyse.

public:
 property int Width { int get(); void set(int value); };
public int Width { get; set; }
member this.Width : int with get, set
Public Property Width As Integer

Valeur de propriété

Largeur du pixel de l’objet Bitmap .

S’applique à