SurfaceFormat
Description
Stores information about dimensions, depth image pixel format, coordinate offsets and scales of a surface.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Width | IntType | Surface width | |
| Height | IntType | Surface height | |
| Type | PlainType | Int16 | Type of depth image pixel |
| XOffset | Double | Surface offset in X axis | |
| XScale | DoubleType | Surface scale in X axis | |
| YOffset | Double | Surface offset in Y axis | |
| YScale | DoubleType | Surface scale in Y axis | |
| ZOffset | Double | Surface offset in Z axis | |
| ZScale | DoubleType | Surface scale in Z axis |
