Click or drag to resize

CanvasRendererAddEllipse Method (RectangleF, Int32, ColorValue)

Adds an ellipse 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 AddEllipse(
	RectangleF rectangle,
	int segments,
	ColorValue color
)

Parameters

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