STK Graphics PrimitivesSend comments on this topic.
InitializeWithGraphicsFont Method (IAgStkGraphicsTextBatchPrimitiveFactory)
See Also
Font
The font used to render text in the text batch.
Windows





Windows & Linux

Description

Initializes a marker batch primitive with the specified font. This is equivalent to constructing a text batch with the specified font and a Set Hint of Frequent.

Syntax

[Visual Basic .NET]
Public Function InitializeWithGraphicsFont( _
    ByVal Font As IAgStkGraphicsGraphicsFont _
) As IAgStkGraphicsTextBatchPrimitive
[C#]
public IAgStkGraphicsTextBatchPrimitive InitializeWithGraphicsFont(
    IAgStkGraphicsGraphicsFont Font
);
[Managed C++]
public: IAgStkGraphicsTextBatchPrimitive^ InitializeWithGraphicsFont(
    IAgStkGraphicsGraphicsFont ^ Font
);
[Unmanaged C++]
public: HRESULT InitializeWithGraphicsFont(
    IAgStkGraphicsGraphicsFont * Font,
    IAgStkGraphicsTextBatchPrimitive ** ppRetVal
);
[Java]
public IAgStkGraphicsTextBatchPrimitive initializeWithGraphicsFont(
    IAgStkGraphicsGraphicsFont Font
);
[Python - STK API ]
def InitializeWithGraphicsFont(self, Font:"IAgStkGraphicsGraphicsFont") -> "IAgStkGraphicsTextBatchPrimitive":

Parameters

Font
The font used to render text in the text batch.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.