Click or drag to resize

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

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.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
Type: NeoAxisFontComponent
fontSize
Type: SystemDouble
lines
Type: System.Collections.GenericIListString
rectangle
Type: NeoAxisRectangle
horizontalAlign
Type: NeoAxisEHorizontalAlignment
verticalAlign
Type: NeoAxisEVerticalAlignment
color
Type: NeoAxisColorValue

Implements

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