Click or drag to resize

CanvasBasedEditorAddTextLinesWithShadow(FontComponent, Double, IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue) Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddTextLinesWithShadow(
	FontComponent font,
	double fontSize,
	IList<string> lines,
	Rectangle rectangle,
	EHorizontalAlignment horizontalAlign,
	EVerticalAlignment verticalAlign,
	ColorValue color
)

Parameters

font  FontComponent
 
fontSize  Double
 
lines  IListString
 
rectangle  Rectangle
 
horizontalAlign  EHorizontalAlignment
 
verticalAlign  EVerticalAlignment
 
color  ColorValue
 
See Also