This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentPlayEnhMetafileBegin Structure (ArcObjects .NET 10.4 SDK) |
GDI Comment Stucture indicating begin of call to the PlayEnhMetafile function.
[Visual Basic .NET] Public Sub New ( _ dSignature As Integer, nVersion As Integer )
[C#] public esriGDICommentPlayEnhMetafileBegin { uint dSignature, uint nVersion )
[C++]
typedef struct esriGDICommentPlayEnhMetafileBegin {
Unsigned long dSignature;
Unsigned long nVersion; } esriGDICommentPlayEnhMetafileBegin;