Initializes a marker batch primitive with the specified font and setHint.
[Visual Basic .NET] |
---|
Public Function InitializeWithGraphicsFontAndSetHint( _ ByVal Font As IAgStkGraphicsGraphicsFont, _ ByVal SetHint As AgEStkGraphicsSetHint _ ) As IAgStkGraphicsTextBatchPrimitive |
[C#] |
---|
public IAgStkGraphicsTextBatchPrimitive InitializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont Font, AgEStkGraphicsSetHint SetHint ); |
[Managed C++] |
---|
public: IAgStkGraphicsTextBatchPrimitive^ InitializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont ^ Font, AgEStkGraphicsSetHint SetHint ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont * Font, AgEStkGraphicsSetHint SetHint, IAgStkGraphicsTextBatchPrimitive ** ppRetVal ); |
[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