[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Triangle

Triangle Struct

Represents a triangle defined by its three vertices.

Implements
Namespace: GrapeCity.Documents.Common
Assembly: DS.Documents.Imaging.dll
Syntax
public struct Triangle : IEquatable<Triangle>
Public Structure Triangle
    Implements IEquatable(Of Triangle)

Constructors

Name Description
Triangle(PointF, PointF, PointF)

Initializes a new instance of the Triangle struct from its three vertices.

Properties

Name Description
A

The first vertex of the triangle.

B

The second vertex of the triangle.

C

The third vertex of the triangle.

Methods

Operators

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.