CanvasRendererAddQuad(RectangleF, RectangleF, ImageComponent, ColorValue, Boolean) Method |
Adds quad to rendering queue.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract void AddQuad(
RectangleF rectangle,
RectangleF textureCoordRectangle,
ImageComponent texture,
ColorValue color,
bool clamp
)
Parameters
- rectangle RectangleF
- The quad rectangle.
- textureCoordRectangle RectangleF
- The texture coordinates.
- texture ImageComponent
- The quad texture or null.
- color ColorValue
- The quad color.
- clamp Boolean
- The texture clamp.
See Also