[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Line

Line Struct

Represents a line defined by its starting and ending points.

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

Constructors

Name Description
Line(PointF, PointF)

Initializes a new instance of the Line struct from the starting and ending points.

Fields

Name Description
End

The line's ending point.

Start

The line's starting point.

Methods

Operators

Name Description
operator ==(Line, Line)

Tests whether two specified Line objects are equivalent.

operator !=(Line, Line)

Tests whether two specified Line objects are NOT equivalent.