Click or drag to resize

CanvasRendererAddText Method (String, Vector2F, EHorizontalAlignment, EVerticalAlignment)

Adds text to rendering queue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void AddText(
	string text,
	Vector2F position,
	EHorizontalAlignment horizontalAlign,
	EVerticalAlignment verticalAlign
)

Parameters

text
Type: SystemString
The text.
position
Type: NeoAxisVector2F
The text position.
horizontalAlign
Type: NeoAxisEHorizontalAlignment
The text horizontal align.
verticalAlign
Type: NeoAxisEVerticalAlignment
The text vertical align.
See Also