Bitmap.Width

Bitmap.Width property

Gets the width, in pixels, of this Image.

public int Width { get; }

Return Value

The width, in pixels, of this Image.

See Also