PlayRecordCallback 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
不使用這個委派。 如需列舉中繼檔 (Metafile) 記錄的範例,請參閱 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 和更新版本中,只有 Windows 作業系統才支援包含此類型的 System.Drawing.Common 套件。 在跨平臺應用程式中使用此類型會導致編譯時間警告和運行時間例外狀況。 如需詳細資訊,請參閱 僅限 Windows 上支援的 System.Drawing.Common。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |