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,
   dwnChars As Integer
)
[C#]
public esriGDICommentBeginTextEx {
   esriGDICommentBeginText beginText,
   short kerningOption,
   double trackingVal,
   double charWidthScale,
   double interwordSpace,
   double lineLeading,
   uint dwnChars
)
[C++]

typedef struct esriGDICommentBeginTextEx {

   esriGDICommentBeginText beginText;

   short kerningOption;

   double trackingVal;

   double charWidthScale;

   double interwordSpace;

   double lineLeading;

   Unsigned long dwnChars; } esriGDICommentBeginTextEx;

Product Availability

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