BitmapData.Width Eigenschap

Definitie

Hiermee wordt de pixelbreedte van het Bitmap object opgehaald of ingesteld. Dit kan ook worden beschouwd als het aantal pixels in één scanregel.

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

Waarde van eigenschap

De pixelbreedte van het Bitmap object.

Van toepassing op