Click or drag to resize

TriangleFToTriangle Method

Converts the current instance of TriangleF to the triangle of Triangle format.

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

Return Value

Type: Triangle
The triangle of Triangle format.
See Also