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


esriGDICommentBeginTextEx Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentBeginTextEx Structure
ArcGIS Developer Help

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 { } esriGDICommentBeginTextEx;

Product Availability

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