PlayRecordCallback 委托

定义

未使用此委托。 有关枚举图元文件记录的示例,请参见 EnumerateMetafile(Metafile, Point, Graphics+EnumerateMetafileProc)

public delegate void PlayRecordCallback(EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData);
public delegate void PlayRecordCallback(EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData);
type PlayRecordCallback = delegate of EmfPlusRecordType * int * int * nativeint -> unit
Public Delegate Sub PlayRecordCallback(recordType As EmfPlusRecordType, flags As Integer, dataSize As Integer, recordData As IntPtr)

参数

recordType
EmfPlusRecordType

未使用。

flags
Int32

未使用。

dataSize
Int32

未使用。

recordData
IntPtr

nativeint

未使用。

注解

注意

在 .NET 6 及更高版本中, System.Drawing.Common 包(包括此类型)仅在 Windows 操作系统上受支持。 在跨平台应用中使用此类型会导致编译时警告和运行时异常。 有关详细信息,请参阅 仅在 Windows 上支持 System.Drawing.Common

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于