Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum ColorAdjustType {
Any = 6,
Bitmap = 1,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum ColorChannelFlag {
ColorChannelC = 0,
ColorChannelK = 3,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum ColorMapType {
Brush = 1,
Default = 0

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum ColorMatrixFlag{
AltGrays = 2,
Default = 0,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum ColorMode {
Argb32Mode = 0,
Argb64Mode = 1

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum EmfPlusRecordType {
BeginContainer = 16423,
BeginContainerNoParams = 16424,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum EmfType {
EmfOnly = 3,
EmfPlusDual = 5,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum EncoderParameterValueType {
ValueTypeAscii = 2,
ValueTypeByte = 1,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum EncoderValue {
ColorTypeCMYK = 0,
ColorTypeYCCK = 1,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
[Flags]
public enum ImageCodecFlags {
BlockingDecode = 32,

View File

@@ -37,9 +37,6 @@ using System.IO;
namespace System.Drawing.Imaging {
#if ONLY_1_1
[ComVisible (false)]
#endif
public sealed class ImageCodecInfo {
private Guid clsid;
private string codecName;

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
[Flags]
public enum ImageFlags {
Caching = 131072,

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum ImageLockMode {
ReadOnly = 1,
ReadWrite = 3,

View File

@@ -38,9 +38,6 @@ namespace System.Drawing.Imaging {
[MonoTODO ("Metafiles, both WMF and EMF formats, are only partially supported.")]
[Serializable]
#if ONLY_1_1
[ComVisible (false)]
#endif
[Editor ("System.Drawing.Design.MetafileEditor, " + Consts.AssemblySystem_Drawing_Design, typeof (System.Drawing.Design.UITypeEditor))]
public sealed class Metafile : Image {

View File

@@ -28,9 +28,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum MetafileFrameUnit {
Document = 5,
GdiCompatible = 7,

View File

@@ -29,9 +29,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum MetafileType {
Invalid = 0,
Wmf = 1,

View File

@@ -28,11 +28,7 @@
namespace System.Drawing.Imaging {
#if NET_2_0
[Flags]
#else
[Serializable]
#endif
public enum PaletteFlags {
GrayScale = 2,
Halftone = 4,

View File

@@ -32,9 +32,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public enum PixelFormat {
Alpha = 262144,
Canonical = 2097152,

View File

@@ -29,9 +29,6 @@
namespace System.Drawing.Imaging {
#if ONLY_1_1
[Serializable]
#endif
public delegate void PlayRecordCallback(
EmfPlusRecordType recordType,
int flags,