Class Scene.Selection_.PointsList
Implements
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.Selection_.PointsList : List<Scene.Selection_.Outline.Point>, IList<Scene.Selection_.Outline.Point>, ICollection<Scene.Selection_.Outline.Point>, IList, ICollection, IReadOnlyList<Scene.Selection_.Outline.Point>, IReadOnlyCollection<Scene.Selection_.Outline.Point>, IEnumerable<Scene.Selection_.Outline.Point>, IEnumerable
Constructors
Name | Description |
---|---|
Points |
Constructs a point list from given points string. |
Methods
Name | Description |
---|---|
Equals(Points |
Determines whether passed instance has the same value as this one. |
Equals(object) | Determines whether passed object has the same type and value as this one. |
Get |
Provides a numeric value that is used to identify an object in hash-based algorithms. |
To |
Returns a string that represents the current object. |
Operators
Name | Description |
---|---|
operator ==(Points |
Determines whether two specified instances have the same value. |
operator !=(Points |
Determines whether two specified instances have different values. |