Click or drag to resize

Triangle2d Constructor (Point2d)

Creates a new instance of Triangle2d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public Triangle2d(
	Point2d[] points
)

Parameters

points
Type: Point2d
Array of three Point2d.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if points is null.
ArgumentOutOfRangeExceptionArgumentOutOfRangeException is thrown if points length is different from 3.
See Also