Delegate PlayRecordCallback

PlayRecordCallback delegate

इस प्रतिनिधि का उपयोग नहीं किया गया है। मेटाफ़ाइल के रिकॉर्ड की गणना के उदाहरण के लिए, देखेंEnumerateMetafile .

public delegate void PlayRecordCallback(EmfPlusRecordType recordType, int flags, int dataSize, 
    IntPtr recordData);
पैरामीटरप्रकारविवरण
recordTypeEmfPlusRecordTypeतर्क का प्रयोग नहीं किया गया है।
flagsInt32तर्क का प्रयोग नहीं किया गया है।
dataSizeInt32तर्क का प्रयोग नहीं किया गया है।
recordDataIntPtrतर्क का प्रयोग नहीं किया गया है।

यह सभी देखें