ILNumerics Ultimate VS

Circle Constructor (Int32, Object)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a circle based on a resolution.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public Circle(
	int resolution = 100,
	Object tag = null
)

Parameters

resolution (Optional)
Type: SystemInt32
[optional] The resolution indicates the number of grid points used to draw the circle, default: 100.
tag (Optional)
Type: SystemObject
[optional] identifies the circle in the scene.
Remarks

[ILNumerics Visualization Engine]

See Also

Reference