Click or drag to resize

CanvasRendererAddQuad(RectangleF, ColorValue) Method

Adds quad to rendering queue.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddQuad(
	RectangleF rectangle,
	ColorValue color
)

Parameters

rectangle  RectangleF
The quad rectangle.
color  ColorValue
The quad color.
See Also