You are here: Start » AVL.NET » SurfaceCoordinatesFormat Class
SurfaceCoordinatesFormat Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.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(AvlNet.SurfaceCoordinatesFormat) | ||
| Equals(AvlNet.SurfaceCoordinatesFormat, AvlNet.SurfaceCoordinatesFormat) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
