Description
Initializes the overlay with the specified
position and size.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithPositionSize( _
ByVal Font As IAgStkGraphicsGraphicsFont, _
ByRef Position() As Variant, _
ByRef Size() As Variant _
) As IAgStkGraphicsTextOverlay
|
Parameters
- Font
- The Graphics Font that defines how text is drawn.
- Position
- An array with a size of 4 that represents the position of the overlay. The elements are in the order x position, y position, x Screen Overlay Unit, y Screen Overlay Unit.
- Size
- An array with a size of 4 that represents the size of the overlay. The elements are in the order width, height, width Screen Overlay Unit, height Screen Overlay Unit.