Click or drag to resize

Triangle2d Constructor (Point2d)

Creates a new instance of Triangle2d.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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