Click or drag to resize

CanvasRendererAddRectangle Method (Rectangle, ColorValue)

Adds rectangle to rendering queue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void AddRectangle(
	Rectangle rectangle,
	ColorValue color
)

Parameters

rectangle
Type: NeoAxisRectangle
The rectangle.
color
Type: NeoAxisColorValue
The text color.
See Also