You are here:
Start »
AVL.NET »
Surface Class
Surface Class
| Namespace: | AvlNet |
| Assembly: | AVL.NET.TS.dll |
Constructors
| | Constructor | Description |
 | Surface(Int32, Int32, Single[]) | |
 | Surface(Int32, Int32, Int32[]) | |
 | Surface(Int32, Int32, Int16[]) | |
 | Surface(Int32, Int32, UInt16[]) | |
 | Surface(Int32, Int32, SByte[]) | |
 | Surface(Int32, Int32, Byte[]) | |
 | Surface(Int32, Int32, PlainType) | |
 | Surface() | |
Properties
Methods
| | Name | Description |
 | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
 | Equals(object) | Inherited from System.Object |
 | GetHashCode() | Inherited from System.Object |
 | GetType() | Inherited from System.Object |
 | Reset(int, int, byte[]) | |
 | Reset(int, int, short[]) | |
 | Reset(int, int, int[]) | |
 | Reset(int, int, AvlNet.PlainType) | |
 | Reset(int, int, sbyte[]) | |
 | Reset(int, int, float[]) | |
 | Reset(int, int, ushort[]) | |
 | SetOffsetAndScales(double, double, double, double, double, double) | |
 | ToString() | Inherited from System.Object |
See also