Initializes the overlay with the specified x position, y position, width, and height, all specified in pixels.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsTextOverlay InitializeWithXYWidthHeight( IAgStkGraphicsGraphicsFont Font, double XPixels, double YPixels, double WidthPixels, double HeightPixels ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsTextOverlay^ InitializeWithXYWidthHeight( IAgStkGraphicsGraphicsFont ^ Font, double XPixels, double YPixels, double WidthPixels, double HeightPixels ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsTextOverlay initializeWithXYWidthHeight( IAgStkGraphicsGraphicsFont Font, double XPixels, double YPixels, double WidthPixels, double HeightPixels ); |
[Python - STK API ] |
|---|
def InitializeWithXYWidthHeight(self, Font:"IAgStkGraphicsGraphicsFont", XPixels:float, YPixels:float, WidthPixels:float, HeightPixels:float) -> "IAgStkGraphicsTextOverlay": |
- Font
- The Graphics Font that defines how text is drawn.
- XPixels
- The X position of the panel in pixels.
- YPixels
- The Y position of the panel in pixels.
- WidthPixels
- The width of the panel in pixels.
- HeightPixels
- The height of the panel in pixels.






