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 |
[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++] |
---|
public: HRESULT InitializeWithGraphicsFontAndSetHint( IAgStkGraphicsGraphicsFont * Font, AgEStkGraphicsSetHint SetHint, IAgStkGraphicsTextBatchPrimitive ** ppRetVal ); |
- Font
- The font used to render text in the text batch.
- SetHint