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





Windows & Linux

Description

Initializes a marker batch primitive with the specified font and setHint.

Syntax

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

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.