You are here: Start » AVL.NET » SurfaceFormat Class

SurfaceFormat Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

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

Constructors

 ConstructorDescription
SurfaceFormat(Surface)
SurfaceFormat(Int32, Int32, PlainType, Double, Double, Double, Double, Double, Double)
SurfaceFormat()

Properties

 NameTypeDescription
HeightSystem.Int32Surface height
TypeAvlNet.PlainTypeType of depth image pixel
WidthSystem.Int32Surface width
XOffsetSystem.DoubleSurface offset in X axis
XScaleSystem.DoubleSurface scale in X axis
YOffsetSystem.DoubleSurface offset in Y axis
YScaleSystem.DoubleSurface scale in Y axis
ZOffsetSystem.DoubleSurface offset in Z axis
ZScaleSystem.DoubleSurface scale in Z axis

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.SurfaceFormat)
Equals(AvlNet.SurfaceFormat, AvlNet.SurfaceFormat)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also