Initializes a text batch primitive with the specified font and setHint, optimized for 2d screen space rendering.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTextBatchPrimitive InitializeWithGraphicsFontAndSetHint2d( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint, bool RenderInScreenSpace ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextBatchPrimitive^ InitializeWithGraphicsFontAndSetHint2d( IAgStkGraphicsGraphicsFont ^ Font, AgEStkGraphicsSetHint SetHint, bool RenderInScreenSpace ); |
| [Java] |
|---|
public IAgStkGraphicsTextBatchPrimitive initializeWithGraphicsFontAndSetHint2d( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint, bool RenderInScreenSpace ); |
| [Unmanaged C++] |
|---|
|
- Font
- The font used to render text in the text batch.
- SetHint
- RenderInScreenSpace





