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
Constructor | Description | |
---|---|---|
![]() | SurfaceFormat(Surface) | |
![]() | SurfaceFormat(Int32, Int32, PlainType, Double, Double, Double, Double, Double, Double) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() ![]() | Default | Fil.SurfaceFormat | Gets a default instance of the SurfaceFormat. |
![]() ![]() | Empty | Fil.SurfaceFormat | Gets an empty instance of the SurfaceFormat. |
![]() | Height | System.Int32 | |
![]() | Type | Fil.PlainType | |
![]() | Width | System.Int32 | |
![]() | XOffset | System.Double | |
![]() | XScale | System.Double | |
![]() | YOffset | System.Double | |
![]() | YScale | System.Double | |
![]() | ZOffset | System.Double | |
![]() | ZScale | System.Double |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Fil.SurfaceFormat) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |