Adds object(s) to the scene.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public void Add( Circle circle, Scene..::.Layer layer ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ circle As Circle, _ layer As Scene..::.Layer _ ) |
Visual C++ |
---|
public: void Add( Circle^ circle, Scene..::.Layer^ layer ) |
Parameters
- circle
- Type: ceometric.VectorGeometry..::.Circle
A circle.
- layer
- Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer the circle lies on.
Remarks
The color follows from the color of the layer.