Initializes a marker batch primitive with the specified font and setHint.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTextBatchPrimitive InitializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextBatchPrimitive^ InitializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont ^ Font, AgEStkGraphicsSetHint SetHint ); |
| [Java] |
|---|
public IAgStkGraphicsTextBatchPrimitive initializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint ); |
| [Unmanaged C++] |
|---|
|
- Font
- The font used to render text in the text batch.
- SetHint





