Click or drag to resize

DocumentWindowWithViewportAddTextLinesWithShadow(IListString, 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 void AddTextLinesWithShadow(
	IList<string> lines,
	Rectangle rectangle,
	EHorizontalAlignment horizontalAlign,
	EVerticalAlignment verticalAlign,
	ColorValue color
)

Parameters

lines  IListString
 
rectangle  Rectangle
 
horizontalAlign  EHorizontalAlignment
 
verticalAlign  EVerticalAlignment
 
color  ColorValue
 

Implements

IDocumentWindowWithViewportAddTextLinesWithShadow(IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)
See Also