You are here: Start » SurfaceFormat Structure

SurfaceFormat Structure

Namespace:Fil
Assembly:FilNet.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
DefaultFil.SurfaceFormat Gets a default instance of the SurfaceFormat.
EmptyFil.SurfaceFormat Gets an empty instance of the SurfaceFormat.
HeightSystem.Int32
TypeFil.PlainType
WidthSystem.Int32
XOffsetSystem.Double
XScaleSystem.Double
YOffsetSystem.Double
YScaleSystem.Double
ZOffsetSystem.Double
ZScaleSystem.Double

Methods

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

Remarks

See also