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
Type | Name | Methods |
---|
bool | Closed | get, set |
Methods
Public methods
Details
Constructors
Subpath [1/4]
Source code
public Subpath()
Subpath [2/4]
Source code
public Subpath(Subpath subpath)
Arguments
Subpath [3/4]
Source code
public Subpath(Point2D startPoint)
Arguments
Type | Name | Description |
---|
Point2D | startPoint | |
Subpath [4/4]
Source code
public Subpath(float startPointX, float startPointY)
Arguments
Type | Name | Description |
---|
float | startPointX | |
float | startPointY | |
Methods
SetStartPoint [1/2]
Source code
public virtual void SetStartPoint(Point2D startPoint)
Arguments
Type | Name | Description |
---|
Point2D | startPoint | |
SetStartPoint [2/2]
Source code
public virtual void SetStartPoint(float x, float y)
Arguments
Type | Name | Description |
---|
float | x | |
float | y | |
GetStartPoint
Source code
public virtual Point2D GetStartPoint()
GetLastPoint
Source code
public Point2D GetLastPoint()
AddSegment
Source code
public virtual void AddSegment(IShape segment)
Arguments
Type | Name | Description |
---|
IShape | segment | |
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