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 ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextBatchPrimitive initializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint ); |
[Python - STK API ] |
|---|
def InitializeWithGraphicsFontAndSetHint(self, Font:"IAgStkGraphicsGraphicsFont", SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsTextBatchPrimitive": |
- Font
- The font used to render text in the text batch.
- SetHint






