| TextBillboard Constructor (Object, SpriteFont) |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public TextBillboard(
Object text,
SpriteFont font
)
Public Sub New (
text As Object,
font As SpriteFont
)
public:
TextBillboard(
Object^ text,
SpriteFont^ font
)
new :
text : Object *
font : SpriteFont -> TextBillboard
Parameters
- text
- Type: SystemObject
The text. See Text for more information. - font
- Type: SpriteFont
The font.
See Also