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

CoordinateSystem Constructor

Creates coordinate system transformation description of specified properties.

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

Syntax

public CoordinateSystem
(
	System.Drawing.PointF translation,
	float rotationAngle,
	float scale
)

Parameters

Name Type Range Default Description
translationSystem.Drawing.PointF
rotationAnglefloat
scalefloat

See also