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:

  • int Width - Surface width
  • int Height - Surface height
  • PlainType Type = Int16 - Type of depth image pixel
  • Double XOffset - Surface offset in X axis
  • double XScale - Surface scale in X axis
  • Double YOffset - Surface offset in Y axis
  • double YScale - Surface scale in Y axis
  • Double ZOffset - Surface offset in Z axis
  • double ZScale - Surface scale in Z axis