Click or drag to resize

PreviewControlWithViewportAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int AddTextWordWrapWithShadow(
	string text,
	Rectangle rectangle,
	EHorizontalAlignment horizontalAlign,
	EVerticalAlignment verticalAlign,
	ColorValue color
)

Parameters

text  String
 
rectangle  Rectangle
 
horizontalAlign  EHorizontalAlignment
 
verticalAlign  EVerticalAlignment
 
color  ColorValue
 

Return Value

Int32

Implements

IPreviewControlWithViewportAddTextWordWrapWithShadow(String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
See Also