Class 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.

See Also