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