You are here: Start » AVL.NET » CoordinateSystem Structure

CoordinateSystem Structure

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Equivalent of the CoordinateSystem2D AVS type. Describes general transform of the object on the 2D surface.

Constructors

 ConstructorDescription
CoordinateSystem(PointF, Single, Single) Creates coordinate system transformation description of specified properties.

Fields

 NameTypeDescription
DefaultHMI.Controls.CoordinateSystemIdentity coordinate system transformation description.
RotationAngleSystem.SingleRotation angle of the coordinate system around the origin point.
ScaleSystem.SingleScaling factor of the coordinate system.
TranslationSystem.Drawing.PointFCoordinate system translation (origin point).

Methods

 NameDescription
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

Remarks

See also