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( _ ByVal Font As IAgStkGraphicsGraphicsFont _ ) As IAgStkGraphicsTextOverlay |
[C#] |
---|
public IAgStkGraphicsTextOverlay Initialize( IAgStkGraphicsGraphicsFont Font ); |
[Managed C++] |
---|
public: IAgStkGraphicsTextOverlay^ Initialize( IAgStkGraphicsGraphicsFont ^ Font ); |
[Unmanaged C++] |
---|
public: HRESULT Initialize( IAgStkGraphicsGraphicsFont * Font, IAgStkGraphicsTextOverlay ** ppRetVal ); |
[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.