Click or drag to resize

CanvasRendererAddQuad(RectangleF, RectangleF, ImageComponent) 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,
	RectangleF textureCoordRectangle,
	ImageComponent texture
)

Parameters

rectangle  RectangleF
The quad rectangle.
textureCoordRectangle  RectangleF
The texture coordinates.
texture  ImageComponent
The quad texture or null.
See Also