You are here: Start » FIL.NET » SurfaceFormat Class
SurfaceFormat Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Stores information about dimensions, depth image pixel format, coordinate offsets and scales of a surface.
Constructors
Constructor | Description | |
---|---|---|
![]() | SurfaceFormat(Surface) | |
![]() | SurfaceFormat(Int32, Int32, PlainType, Double, Double, Double, Double, Double, Double) | |
![]() | SurfaceFormat() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Height | System.Int32 | Surface height |
![]() | Type | FilNet.PlainType | Type of depth image pixel |
![]() | Width | System.Int32 | Surface width |
![]() | XOffset | System.Double | Surface offset in X axis |
![]() | XScale | System.Double | Surface scale in X axis |
![]() | YOffset | System.Double | Surface offset in Y axis |
![]() | YScale | System.Double | Surface scale in Y axis |
![]() | ZOffset | System.Double | Surface offset in Z axis |
![]() | ZScale | System.Double | Surface scale in Z axis |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.SurfaceFormat) | |
![]() ![]() | Equals(FilNet.SurfaceFormat, FilNet.SurfaceFormat) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |