Click or drag to resize

Transform2 Constructor

Initializes a new instance of the Transform2 structure.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Transform2(
	Vector2 scaling,
	float angle,
	Vector2 translation
)

Parameters

scaling
Type: Lumiscaphe.Workshop.InteropVector2
The scaling vector.
angle
Type: SystemSingle
The Euler angle.
translation
Type: Lumiscaphe.Workshop.InteropVector2
The translation vector.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also