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( Point point, Scene..::.Layer layer ) |
Visual Basic (Declaration) |
---|
Public Sub Add ( _ point As Point, _ layer As Scene..::.Layer _ ) |
Visual C++ |
---|
public: void Add( Point^ point, Scene..::.Layer^ layer ) |
Parameters
- point
- Type: ceometric.VectorGeometry..::.Point
A point.
- layer
- Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer the point lies on.
Remarks
The color follows from the color of the layer.