Initializes the overlay with a position of (0, 0), a width of 100 pixels, and a height of 50 pixels.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTextOverlay Initialize( IAgStkGraphicsGraphicsFont Font ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextOverlay^ Initialize( IAgStkGraphicsGraphicsFont ^ Font ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextOverlay initialize( IAgStkGraphicsGraphicsFont Font ); |
[Python - STK API ] |
|---|
def Initialize(self, Font:"IAgStkGraphicsGraphicsFont") -> "IAgStkGraphicsTextOverlay": |
- Font
- The Graphics Font that defines how text is drawn.






