BitmapData.Width
BitmapData.Width property
Gets or sets the pixel width of the Bitmap object. This can also be thought of as the number of pixels in one scan line.
public int Width { get; set; }
Return Value
The pixel width of the Bitmap object.
See Also
- class BitmapData
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing