Collection of Shape2D items.
More...
|
| Shape2DCollection () |
| Constructor.
|
|
void | Add (IShape2D shape) |
| Adds drawitem.
|
|
void | AddRange (List< IShape2D > shapeList) |
| Adds list of items.
|
|
void | Remove (IShape2D shape) |
| Removes drawitem.
|
|
int | IndexOf (IShape2D shape) |
| Returns the index of item.
|
|
void | Insert (int index, IShape2D shape) |
| Inserts the item at index.
|
|
void | RemoveAt (int index) |
| Removes item at index.
|
|
void | Clear () |
| Clears the items.
|
|
void | Sort () |
| Sorts the elements.
|
|
Collection of Shape2D items.
◆ Add()
void IGraphics.Drawing2D.Shape2DCollection.Add |
( |
IShape2D | shape | ) |
|
Adds drawitem.
- Parameters
-
◆ AddRange()
void IGraphics.Drawing2D.Shape2DCollection.AddRange |
( |
List< IShape2D > | shapeList | ) |
|
Adds list of items.
- Parameters
-
◆ IndexOf()
int IGraphics.Drawing2D.Shape2DCollection.IndexOf |
( |
IShape2D | shape | ) |
|
Returns the index of item.
- Parameters
-
- Returns
- Index.
◆ Insert()
void IGraphics.Drawing2D.Shape2DCollection.Insert |
( |
int | index, |
|
|
IShape2D | shape ) |
Inserts the item at index.
- Parameters
-
index | Index at. |
shape | The item. |
◆ Remove()
void IGraphics.Drawing2D.Shape2DCollection.Remove |
( |
IShape2D | shape | ) |
|
Removes drawitem.
- Parameters
-
◆ RemoveAt()
void IGraphics.Drawing2D.Shape2DCollection.RemoveAt |
( |
int | index | ) |
|
Removes item at index.
- Parameters
-
◆ this[int index]
IShape2D IGraphics.Drawing2D.Shape2DCollection.this[int index] |
|
getset |
Indexer of items.
- Parameters
-
- Returns
- The item.
The documentation for this class was generated from the following file:
- Z:/x4t/src/IGraphics/Drawing2D/Shape2DCollection.cs