Click or drag to resize

CanvasRendererUtilityAddTextWordWrapWithShadow(Viewport, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue, NullableVector2) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static int AddTextWordWrapWithShadow(
	Viewport viewport,
	string text,
	Rectangle rectangle,
	EHorizontalAlignment horizontalAlign,
	EVerticalAlignment verticalAlign,
	ColorValue color,
	Vector2? shadowOffset = null
)

Parameters

viewport  Viewport
 
text  String
 
rectangle  Rectangle
 
horizontalAlign  EHorizontalAlignment
 
verticalAlign  EVerticalAlignment
 
color  ColorValue
 
shadowOffset  NullableVector2  (Optional)
 

Return Value

Int32
See Also