Table of Contents

Interface IShape

Namespace
iText.Kernel.Geom
Assembly
itext.kernel.dll

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

IList<Point>

Ordered consisting of shape's base points.

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.