Initializes the overlay with a position of (0, 0), a width of 100 pixels, and a height of 50 pixels. The Graphics Font that defines how text is drawn.
| [Visual Basic .NET] |
|---|
Public Function Initialize( _ ByVal Font As IAgStkGraphicsGraphicsFont _ ) As IAgStkGraphicsTextOverlay |
| [C#] |
|---|
public IAgStkGraphicsTextOverlay Initialize( |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextOverlay^ Initialize( |
| [Java] |
|---|
public IAgStkGraphicsTextOverlay initialize( |
| [Unmanaged C++] |
|---|
public: HRESULT Initialize( |
- Font
- The Graphics Font that defines how text is drawn.
