You are here: Start » AVL.NET » GoPointPlot Class
GoPointPlot Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| GoPointPlot(Single, Single, Single, Single, IList<Point2D>) | ||
| GoPointPlot(Single, Single, Single, Single) | ||
| GoPointPlot(GoPointPlot) | Creates a deep copy of the passed object. | |
| GoPointPlot() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Capacity | System.Int32 | ||
| Data | System.IntPtr | ||
| Empty | System.Boolean | ||
| IsDisposed | System.Boolean | ||
| Item | AvlNet.Point2D | ||
| MaxSize | System.Int32 | ||
| Size | System.Int32 | ||
| XOffset | System.Single | ||
| XScale | System.Single | ||
| YOffset | System.Single | ||
| YScale | System.Single |
Methods
| Name | Description | |
|---|---|---|
| AddRange(IEnumerable<AvlNet.Point2D>) | Appends a collection of elements | |
| Add(AvlNet.Point2D) | Adds an element to the end | |
| Clear() | ||
| Compact() | ||
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(AvlNet.GoPointPlot) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.GoPointPlot, AvlNet.GoPointPlot) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Insert(int, AvlNet.Point2D) | ||
| Reserve(int) | ||
| Reset(AvlNet.GoPointPlot) | Resets this instance with data of the other GoPointPlot object. | |
| Resize(int) | ||
| Resize(int, AvlNet.Point2D) | ||
| SetXTransform(float, float) | ||
| SetYTransform(float, float) | ||
| ToArray() | ||
| ToString() | Inherited from System.Object | |
| X(int) | ||
| Y(int) |
