STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsTextureScreenOverlayFactory)
See Also
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() As IAgStkGraphicsTextureScreenOverlay
[C#]
public IAgStkGraphicsTextureScreenOverlay Initialize();
[Managed C++]
public: IAgStkGraphicsTextureScreenOverlay ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsTextureScreenOverlay ** ppRetVal
);
[Java]
public IAgStkGraphicsTextureScreenOverlay initialize();
[Python - STK API ]
def Initialize(self) -> "IAgStkGraphicsTextureScreenOverlay":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.