You are here: Start » AVL.NET » CoordinateSystem Structure
CoordinateSystem Structure
Equivalent of the CoordinateSystem2D AVS type. Describes general transform of the object on the 2D surface.
| Namespace: | HMI.Controls |
|---|---|
| Assembly: | HMI.Controls.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| CoordinateSystem(PointF, Single, Single) | Creates coordinate system transformation description of specified properties. |
Fields
| Name | Type | Description | |
|---|---|---|---|
| Default | HMI.Controls.CoordinateSystem | Identity coordinate system transformation description. | |
| RotationAngle | System.Single | Rotation angle of the coordinate system around the origin point. | |
| Scale | System.Single | Scaling factor of the coordinate system. | |
| Translation | System.Drawing.PointF | Coordinate system translation (origin point). |
Methods
| Name | Description | |
|---|---|---|
| Equals(HMI.Controls.CoordinateSystem) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
