Description
Initializes the overlay with the specified
position and size.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithWidthHeightUnits( _
ByVal Font As IAgStkGraphicsGraphicsFont, _
ByVal Width As Double, _
ByVal WidthUnit As AgEStkGraphicsScreenOverlayUnit, _
ByVal Height As Double, _
ByVal HeightUnit As AgEStkGraphicsScreenOverlayUnit _
) As IAgStkGraphicsTextOverlay
|
Parameters
- Font
- The Graphics Font that defines how text is drawn.
- Width
- The initial width of the overlay.
- WidthUnit
- Screen Overlay Unit defining the interpretation of the _Width.
- Height
- The initial width of the overlay.
- HeightUnit
- Screen Overlay Unit defining the interpretation of the _Height.