Click or drag to resize

Triangle2dTransformBy Method

Transforms the triangle using transformation matrix.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Triangle2d TransformBy(
	Matrix2d mat
)

Parameters

mat
Type: Matrix2d
2D transformation matrix.

Return Value

Type: Triangle2d
The new instance of Triangle2d.
See Also