SurfaceFormat

Description

Stores information about dimensions, depth image pixel format, coordinate offsets and scales of a surface.

Structure Fields

Type fields and default values (if defined) are described below:

Name Type Default Description
Width Integer Surface width
Height Integer 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