STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsTextOverlayFactory)
See Also
Font
The Graphics Font that defines how text is drawn.
Windows





Windows & Linux

Description

Initializes the overlay with a position of (0, 0), a width of 100 pixels, and a height of 50 pixels.

Syntax

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

Parameters

Font
The Graphics Font that defines how text is drawn.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.