TextGraphicsExtension Constructor (TextGraphics) |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TextGraphicsExtension(
TextGraphics textGraphics
)
Public Sub New (
textGraphics As TextGraphics
)
public:
TextGraphicsExtension(
TextGraphics^ textGraphics
)
new :
textGraphics : TextGraphics -> TextGraphicsExtension
Parameters
- textGraphics
- Type: AGI.Foundation.PlatformsTextGraphics
The text graphics.
See Also