BitmapData public sealed class BitmapData Documentation Code public int Height { get; set; } public PixelFormat PixelFormat { get; set; } public int Reserved { get; set; } public IntPtr Scan0 { get; set; } public int Stride { get; set; } public int Width { get; set; } public BitmapData()