PreviewControlWithViewportAddTextWordWrapWithShadow Method (FontComponent, Double, String, 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 public int AddTextWordWrapWithShadow(
FontComponent font,
double fontSize,
string text,
Rectangle rectangle,
EHorizontalAlignment horizontalAlign,
EVerticalAlignment verticalAlign,
ColorValue color
)
Parameters
- font
- Type: NeoAxisFontComponent
- fontSize
- Type: SystemDouble
- text
- Type: SystemString
- rectangle
- Type: NeoAxisRectangle
- horizontalAlign
- Type: NeoAxisEHorizontalAlignment
- verticalAlign
- Type: NeoAxisEVerticalAlignment
- color
- Type: NeoAxisColorValue
Return Value
Type:
Int32Implements
IPreviewControlWithViewportAddTextWordWrapWithShadow(FontComponent, Double, String, Rectangle, EHorizontalAlignment, EVerticalAlignment, ColorValue)See Also