Initializes the overlay with a position of (0, 0), a width of 100 pixels, and a height of 50 pixels.
| [Visual Basic .NET] |
|---|
Public Function Initialize() As IAgStkGraphicsTextureScreenOverlay |
| [C#] |
|---|
public IAgStkGraphicsTextureScreenOverlay Initialize(); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextureScreenOverlay ^ Initialize(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextureScreenOverlay initialize(); |
[Python - STK API ] |
|---|
def Initialize(self) -> "IAgStkGraphicsTextureScreenOverlay": |






