Interface IShape
Represents segment from a PDF path.
public interface IShape
Methods
GetBasePoints()
Treat base points as the points which are enough to construct a shape.
IList<Point> GetBasePoints()
Returns
Remarks
Treat base points as the points which are enough to construct a shape. E.g. for a bezier curve they are control points, for a line segment - the start and the end points of the segment.