Class Edge

Edge class

public class Edge : Chain

Properties

NameDescription
Count { get; }
EndCoordinate { get; }
IsClockwise { get; }
IsClosed { get; }
Item { get; }
Label { get; }
SegmentsCount { get; }
StartCoordinate { get; }

Methods

NameDescription
GetEnumerator()
InnerLocation(int)
Locate(Coordinate)
OuterLocation(int)
SegmentAt(int)
TakeCoordinatesDangerous()

See Also