Click or drag to resize

CanvasBasedPreviewAddTextLinesWithShadow Method (IListString, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)

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

Parameters

lines
Type: System.Collections.GenericIListString
rectangle
Type: NeoAxisRectangle
horizontalAlign
Type: NeoAxisEHorizontalAlignment
verticalAlign
Type: NeoAxisEVerticalAlignment
color
Type: NeoAxisColorValue
See Also