Click or drag to resize

Triangle Constructor (TriangleF)

Constructs a triangle with another specified TriangleF object.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Triangle(
	TriangleF source
)

Parameters

source
Type: NeoAxisTriangleF
The triangle of TriangleF format.
See Also