Click or drag to resize

Transform2d Constructor (Transform2d)

Initializes a new transform matrix from another transform matrix.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public Transform2d(
	Transform2d value
)

Parameters

value
Type: Rhino.GeometryTransform2d
The transform to copy.
See Also