[]
Represents a triangle defined by its three vertices.
public struct Triangle : IEquatable<Triangle>
Public Structure Triangle
Implements IEquatable(Of Triangle)
Name | Description |
---|---|
Triangle(PointF, PointF, PointF) | Initializes a new instance of the Triangle struct from its three vertices. |
Name | Description |
---|---|
A | The first vertex of the triangle. |
B | The second vertex of the triangle. |
C | The third vertex of the triangle. |
Name | Description |
---|---|
Equals(Triangle) | |
Equals(object) | |
GetHashCode() |
Name | Description |
---|---|
operator ==(Triangle, Triangle) | Tests whether two specified Triangle objects are equivalent. |
operator !=(Triangle, Triangle) | Tests whether two specified Line objects are not equivalent. |