CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
play_record_callback.h
1
2#ifndef _aspose_drawing_play_record_callback_h_
3#define _aspose_drawing_play_record_callback_h_
4
5#include "fwd.h"
6#include "defines.h"
7#include "system/multicast_delegate.h"
8#include "drawing/imaging/emf_plus_record_type.h"
9
10
11namespace System { namespace Drawing { namespace Imaging {
13using PlayRecordCallback = MulticastDelegate<void(EmfPlusRecordType, int32_t, int32_t, IntPtr)>;
14
15}}}
16
17#endif
MulticastDelegate< void(EmfPlusRecordType, int32_t, int32_t, IntPtr)> PlayRecordCallback
A delegate used as a parameter in EnumerateMetafileProc function object.
Definition: play_record_callback.h:13
EmfPlusRecordType
Represents the methods that can be used with a metafile to read and write graphic commands.
Definition: emf_plus_record_type.h:8
Definition: db_command.h:9