You are here: Start » FIL.NET » SurfaceCoordinatesFormat Class
SurfaceCoordinatesFormat Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Stores information about X and Y coordinate offsets and scales of a surface.
Constructors
Constructor | Description | |
---|---|---|
![]() | SurfaceCoordinatesFormat(SurfaceFormat) | |
![]() | SurfaceCoordinatesFormat(Surface) | |
![]() | SurfaceCoordinatesFormat(Double, Double, Double, Double) | |
![]() | SurfaceCoordinatesFormat() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | 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 |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.SurfaceCoordinatesFormat) | |
![]() ![]() | Equals(FilNet.SurfaceCoordinatesFormat, FilNet.SurfaceCoordinatesFormat) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |