This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentBeginMap Structure (ArcObjects .NET 10.5 SDK) |
GDI Comment structure used to Begin a Map.
[Visual Basic .NET] Public Sub New ( _ dSignature As Integer, nVersion As Integer, nDescription As Integer, nPEString As Integer, nViewPort As Integer, nTransform As Integer, nTransformDevice As Integer, nHorizon As Integer )
[C#] public esriGDICommentBeginMap { uint dSignature, uint nVersion, uint nDescription, uint nPEString, uint nViewPort, uint nTransform, uint nTransformDevice, uint nHorizon )
[C++]
typedef struct esriGDICommentBeginMap {
Unsigned long dSignature;
Unsigned long nVersion;
Unsigned long nDescription;
Unsigned long nPEString;
Unsigned long nViewPort;
Unsigned long nTransform;
Unsigned long nTransformDevice;
Unsigned long nHorizon; } esriGDICommentBeginMap;