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 int Surface width
Height int Surface height
Type PlainType Int16 Type of depth image pixel
XOffset double Surface offset in X axis
XScale double Surface scale in X axis
YOffset double Surface offset in Y axis
YScale double Surface scale in Y axis
ZOffset double Surface offset in Z axis
ZScale double Surface scale in Z axis