ShapeSegment

ShapeSegment class

Represents a shape segment. A segment is a line or curve connecting two points.

public abstract class ShapeSegment

Properties

NameDescription
abstract EndPoint { get; }Gets the ending point.
abstract StartPoint { get; }Gets the starting point.

Methods

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object.

See Also