System.Drawing.Drawing2D.RegionData
Encapsulates the data that makes up a Region object. This class cannot be inherited.
namespace System.Drawing.Drawing2D
{
public sealed class RegionData
{
public byte[] Data { get; set; }
}
}