You are here:
Start »
FIL.NET »
Surface Class
Surface Class
Namespace: | Fil |
Assembly: | FilNet.Types.dll |
Constructors
Properties
Methods
| Name | Description |
 | CopyTo(Fil.Surface) | |
 | Dispose() | Inherited from Fil.UnmanagedObject |
 | Equals(object) | Inherited from System.Object |
 | Equals(Fil.Surface) | |
 | GetHashCode() | Inherited from System.Object |
 | GetType() | Inherited from System.Object |
 | HasLocation(Fil.Location) | |
 | HasLocation(int, int) | |
 | MakeDataOwn() | |
 | MoveTo(Fil.Surface) | |
 | Release() | |
 | Reset(Fil.Surface, Optional<Fil.Region>) | |
 | Reset(int, int, Fil.PlainType, Optional<Fil.Region>) |
Iff the format is different then recreates the Surface (point data will be own).
Typically used for (re-)creating output Surface in Surface processing functions.
|
 | Reset(int, int, int, Fil.PlainType, System.IntPtr, Optional<Fil.Region>, bool) |
Turns the Surface into a wrapper of external data (point data will be NOT own)
or gives external data to the Surface as its own. In the latter case the data
should have been created by means of FtlAlloc.
|
 | SetOffsetAndScales(double, double, double, double, double, double) | |
 | SetOffsets(double, double, double) | |
 | SetScales(double, double, double) | |
 | SetX(double, double) | |
 | SetY(double, double) | |
 | SetZ(double, double) | |
 | ToString() | Inherited from System.Object |
See also