RegionData
namespace System.Drawing.Drawing2D
{
public sealed class RegionData
{
public byte[] Data {
get {
throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing);
}
set {
throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing);
}
}
internal RegionData()
{
}
}
}