Skip to main content
Skip table of contents

Subpath

Subpath Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser
  iTextSharp.text.pdf.parser.Subpath[[Subpath]]
  end

Members

Properties

Public properties
TypeNameMethods
boolClosedget, set

Methods

Public methods

Details

Constructors

Subpath [1/4]

Source code

public Subpath()
Subpath [2/4]

Source code

public Subpath(Subpath subpath)
Arguments
TypeNameDescription
Subpathsubpath
Subpath [3/4]

Source code

public Subpath(Point2D startPoint)
Arguments
TypeNameDescription
Point2DstartPoint
Subpath [4/4]

Source code

public Subpath(float startPointX, float startPointY)
Arguments
TypeNameDescription
floatstartPointX
floatstartPointY

Methods

SetStartPoint [1/2]

Source code

public virtual void SetStartPoint(Point2D startPoint)
Arguments
TypeNameDescription
Point2DstartPoint
SetStartPoint [2/2]

Source code

public virtual void SetStartPoint(float x, float y)
Arguments
TypeNameDescription
floatx
floaty
GetStartPoint

Source code

public virtual Point2D GetStartPoint()
GetLastPoint

Source code

public Point2D GetLastPoint()
AddSegment

Source code

public virtual void AddSegment(IShape segment)
Arguments
TypeNameDescription
IShapesegment
GetSegments

Source code

public virtual IList<IShape> GetSegments()
IsEmpty

Source code

public virtual bool IsEmpty()
IsSinglePointOpen

Source code

public virtual bool IsSinglePointOpen()
IsSinglePointClosed

Source code

public virtual bool IsSinglePointClosed()
IsDegenerate

Source code

public virtual bool IsDegenerate()
GetPiecewiseLinearApproximation

Source code

public virtual IList<Point2D> GetPiecewiseLinearApproximation()

Properties

Closed
public virtual bool Closed { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.