Click or drag to resize

CanvasRendererAddRectangle Method (RectangleF, 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 abstract void AddRectangle(
	RectangleF rectangle,
	ColorValue color
)

Parameters

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