13 references to EmfPlusRecordType
System.Drawing (1)
System.Drawing.cs (1)
78[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EmfPlusRecordType))]
System.Drawing.Common (3)
Special\NotSupported.cs (3)
681public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback? callbackData); 2580public void PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 2673public delegate void PlayRecordCallback(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr recordData);
System.Drawing.Common.Tests (9)
System\Drawing\Imaging\MetafileTests.cs (9)
930metafile.PlayRecord(EmfPlusRecordType.BeginContainer, 0, 1, new byte[1])); 1036List<EmfPlusRecordType> recordTypes = []; 1049EmfPlusRecordType.EmfHeader, 1050EmfPlusRecordType.EmfCreatePen, 1051EmfPlusRecordType.EmfSelectObject, 1052EmfPlusRecordType.EmfCreateBrushIndirect, 1053EmfPlusRecordType.EmfSelectObject, 1054EmfPlusRecordType.EmfRectangle, 1055EmfPlusRecordType.EmfEof