This document is archived and information here might be outdated.  Recommended version.


esriGDICommentBeginTextEx Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

esriGDICommentBeginTextEx Structure

New GDI Comment structure used to Begin a Text String.

Syntax

[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;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.