Initializes the overlay with the specified x position, y position, width, and height, all specified in pixels.
[Visual Basic .NET] |
---|
Public Function InitializeWithXYWidthHeight( _ ByVal XPixels As Double, _ ByVal YPixels As Double, _ ByVal WidthPixels As Double, _ ByVal HeightPixels As Double _ ) As IAgStkGraphicsTextureScreenOverlay |
[C#] |
---|
public IAgStkGraphicsTextureScreenOverlay InitializeWithXYWidthHeight( double XPixels, double YPixels, double WidthPixels, double HeightPixels ); |
[Managed C++] |
---|
public: IAgStkGraphicsTextureScreenOverlay^ InitializeWithXYWidthHeight( double XPixels, double YPixels, double WidthPixels, double HeightPixels ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithXYWidthHeight( double XPixels, double YPixels, double WidthPixels, double HeightPixels, IAgStkGraphicsTextureScreenOverlay ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsTextureScreenOverlay initializeWithXYWidthHeight( double XPixels, double YPixels, double WidthPixels, double HeightPixels ); |
[Python - STK API ] |
---|
def InitializeWithXYWidthHeight(self, XPixels:float, YPixels:float, WidthPixels:float, HeightPixels:float) -> "IAgStkGraphicsTextureScreenOverlay": |
- 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.