Constructor ShapeCollection
ShapeCollection(IList<IShape>, SpatialContext)
WARNING: shapes
is copied by reference.
Declaration
public ShapeCollection(IList<IShape> shapes, SpatialContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IShape> | shapes | Copied by reference! (make a defensive copy if caller modifies) |
SpatialContext | ctx |