5 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)
681
public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.
EmfPlusRecordType
recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback? callbackData);
2580
public void PlayRecord(System.Drawing.Imaging.
EmfPlusRecordType
recordType, int flags, int dataSize, byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
2673
public delegate void PlayRecordCallback(System.Drawing.Imaging.
EmfPlusRecordType
recordType, int flags, int dataSize, System.IntPtr recordData);
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\MetafileTests.cs (1)
927
metafile.PlayRecord(
EmfPlusRecordType
.BeginContainer, 0, 1, new byte[1]));