You are here: Start » FIL.NET » CoordinateSystem Structure
CoordinateSystem Structure
Namespace: | HMI.Controls |
---|---|
Assembly: | HMI.Controls.dll |
Equivalent of the CoordinateSystem2D FIS type. Describes general transform of the object on the 2D surface.
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 |