This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentBeginTextEx Structure (ArcObjects .NET 10.4 SDK) |
New GDI Comment structure used to Begin a Text String.
[Visual Basic .NET] Public Sub New ( _ beginText As esriGDICommentBeginText, kerningOption As Short, trackingVal As Double, charWidthScale As Double, interwordSpace As Double, lineLeading As Double, rtlFlag As Byte, dwnChars As Integer )
[C#] public esriGDICommentBeginTextEx { esriGDICommentBeginText beginText, short kerningOption, double trackingVal, double charWidthScale, double interwordSpace, double lineLeading, Byte rtlFlag, uint dwnChars )
[C++]
typedef struct esriGDICommentBeginTextEx {
esriGDICommentBeginText beginText;
short kerningOption;
double trackingVal;
double charWidthScale;
double interwordSpace;
double lineLeading;
Byte rtlFlag;
Unsigned long dwnChars; } esriGDICommentBeginTextEx;