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