Struct Vector2Array
Vector2Array structure
Wraps an encoded Memory and exposes it as an IList.
public struct Vector2Array : IList<Vector2>, IReadOnlyList<Vector2>
Constructors
| Name | Description |
|---|---|
| Vector2Array(Memory<byte>, int, EncodingType, bool) | Initializes a new instance of the Vector2Array struct. |
| Vector2Array(Memory<byte>, int, int, int, EncodingType, bool) | Initializes a new instance of the Vector2Array struct. |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Item { get; set; } |
Methods
| Name | Description |
|---|---|
| Contains(Vector2) | |
| CopyTo(Vector2[], int) | |
| Fill(IEnumerable<Vector2>, int) | |
| GetEnumerator() | |
| IndexOf(Vector2) |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Memory
- assembly Aspose.CAD