Adds object(s) to the scene.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void Add(
	Ellipse ellipse,
	Scene..::.Layer layer
)
Visual Basic (Declaration)
Public Sub Add ( _
	ellipse As Ellipse, _
	layer As Scene..::.Layer _
)
Visual C++
public:
void Add(
	Ellipse^ ellipse, 
	Scene..::.Layer^ layer
)

Parameters

ellipse
Type: ceometric.VectorGeometry..::.Ellipse
An ellipse.
layer
Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer the ellipse lies on.

Remarks

The color follows from the color of the layer.

See Also