You are here:
Start »
FIL.NET »
Surface Class
Surface Class
Namespace: | FilNet |
Assembly: | FIL.NET.TS.dll |
Constructors
| Constructor | Description |
 | Surface(Int32, Int32, Single[]) | Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter |
 | Surface(Int32, Int32, Int32[]) | Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter |
 | Surface(Int32, Int32, Int16[]) | Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter |
 | Surface(Int32, Int32, UInt16[]) | Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter |
 | Surface(Int32, Int32, SByte[]) | Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter |
 | Surface(Int32, Int32, Byte[]) | Initializes a new instance of the Surface class from provided data. Type is taken from the last parameter |
 | Surface(Int32, Int32, PlainType) | Initializes a new instance of the Surface class with specified width, height and data type |
 | Surface() | Initializes a new empty instance of the Surface class |
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 |
  | Infinity() | |
 | Reset(int, int, byte[]) | Resets current instance of the Surface class with provided data. Type is taken from the last parameter |
 | Reset(int, int, short[]) | Resets current instance of the Surface class with provided data. Type is taken from the last parameter |
 | Reset(int, int, int[]) | Resets current instance of the Surface class with provided data. Type is taken from the last parameter |
 | Reset(int, int, FilNet.PlainType) | Resets current instance of the Surface class |
 | Reset(int, int, sbyte[]) | Resets current instance of the Surface class with provided data. Type is taken from the last parameter |
 | Reset(int, int, float[]) | Resets current instance of the Surface class with provided data. Type is taken from the last parameter |
 | Reset(int, int, ushort[]) | Resets current instance of the Surface class with provided data. Type is taken from the last parameter |
 | SetOffsetAndScales(double, double, double, double, double, double) | Sets the surface offsets and scales |
 | ToString() | Inherited from System.Object |
See also