public class Shape : List<long>, IDisposable
Shape(Int32) | Constructs Shape from the initialized array. |
Shape(Int64) | Constructs Shape from the initialized array. |
Shape(IntPtr) | Constructs Shape from the initialized IntPtr. |
Shape(ListInt64) | Constructs Shape from the list. |
Ptr | [public]Shape class pointer. |
data_size | Obtain the product of all shape parameters |
Dispose | Release unmanaged resources |
Finalize |
Shape's destructor
(Overrides ObjectFinalize) |
to_string | Convert shape to string. |