You are here: Start » AVL.NET » SurfaceFormat Class
SurfaceFormat Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| SurfaceFormat(Surface) | ||
| SurfaceFormat(Int32, Int32, PlainType, Double, Double, Double, Double, Double, Double) | ||
| SurfaceFormat() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Height | System.Int32 | Surface height | |
| Type | AvlNet.PlainType | Type of depth image pixel | |
| Width | System.Int32 | Surface width | |
| XOffset | System.Double | Surface offset in X axis | |
| XScale | System.Double | Surface scale in X axis | |
| YOffset | System.Double | Surface offset in Y axis | |
| YScale | System.Double | Surface scale in Y axis | |
| ZOffset | System.Double | Surface offset in Z axis | |
| ZScale | System.Double | Surface scale in Z axis |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.SurfaceFormat) | ||
| Equals(AvlNet.SurfaceFormat, AvlNet.SurfaceFormat) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
