You are here: Start » AVL.NET » SurfaceFormat Structure
SurfaceFormat Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Stores information about dimensions, depth image pixel format, coordinate offsets and scales of a surface.
Constructors
| Constructor | Description | |
|---|---|---|
| SurfaceFormat(Surface) | ||
| SurfaceFormat(Int32, Int32, PlainType, Double, Double, Double, Double, Double, Double) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Avl.SurfaceFormat | Gets a default instance of the SurfaceFormat. | |
| Empty | Avl.SurfaceFormat | Gets an empty instance of the SurfaceFormat. | |
| Height | System.Int32 | ||
| Type | Avl.PlainType | ||
| Width | System.Int32 | ||
| XOffset | System.Double | ||
| XScale | System.Double | ||
| YOffset | System.Double | ||
| YScale | System.Double | ||
| ZOffset | System.Double | ||
| ZScale | System.Double | 
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(Avl.SurfaceFormat) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object | 
