Note
This class is meant to provide information about a line segment in a Figure for interoperability with other libraries.
To add new figures or path segments to a Path, use its public StartFigure and Add... methods instead.
public sealed class LineSegment : PathSegmentPublic NotInheritable Class LineSegment
Inherits PathSegmentpublic ref class LineSegment sealed : public PathSegment[<SealedAttribute>]
type LineSegment =
class
inherit PathSegment
end| EndPoint |
Gets the end point of this LineSegment.
(Overrides PathSegmentEndPoint) |
| Points | Gets a read-only collection of the points that define this LineSegment. |
| StartPoint |
Gets the start point of this LineSegment.
(Overrides PathSegmentStartPoint) |
| GetFlattenedPoints |
Gets the flattened points that define this PathSegment as a polyline.
(Inherited from PathSegment) |