This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentSetCmykColor Structure (ArcObjects .NET 10.4 SDK) |
GDI Comment stucture used to set CMYK color and spot colors.
[Visual Basic .NET] Public Sub New ( _ dSignature As Integer, nVersion As Integer, cmykClr As Integer, IsSpotColor As Short, colorType As Short )
[C#] public esriGDICommentSetCmykColor { uint dSignature, uint nVersion, uint cmykClr, short IsSpotColor, short colorType )
[C++]
typedef struct esriGDICommentSetCmykColor {
Unsigned long dSignature;
Unsigned long nVersion;
Unsigned long cmykClr;
short IsSpotColor;
short colorType; } esriGDICommentSetCmykColor;