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

SurfaceFormat Structure

Namespace:Avl
Assembly:AvlNet.Types.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)

Properties

 NameTypeDescription
DefaultAvl.SurfaceFormat Gets a default instance of the SurfaceFormat.
EmptyAvl.SurfaceFormat Gets an empty instance of the SurfaceFormat.
HeightSystem.Int32
TypeAvl.PlainType
WidthSystem.Int32
XOffsetSystem.Double
XScaleSystem.Double
YOffsetSystem.Double
YScaleSystem.Double
ZOffsetSystem.Double
ZScaleSystem.Double

Methods

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

Remarks

See also