Click or drag to resize

CanvasRendererAddQuad Method (RectangleF, RectangleF, ImageComponent, ColorValue, Boolean)

Adds quad to rendering queue.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public abstract void AddQuad(
	RectangleF rectangle,
	RectangleF textureCoordRectangle,
	ImageComponent texture,
	ColorValue color,
	bool clamp
)

Parameters

rectangle
Type: NeoAxisRectangleF
The quad rectangle.
textureCoordRectangle
Type: NeoAxisRectangleF
The texture coordinates.
texture
Type: NeoAxisImageComponent
The quad texture or null.
color
Type: NeoAxisColorValue
The quad color.
clamp
Type: SystemBoolean
The texture clamp.
See Also