Line 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.Line[[Line]]
iTextSharp.text.pdf.parser.IShape[[IShape]]
class iTextSharp.text.pdf.parser.IShape interfaceStyle;
end
iTextSharp.text.pdf.parser.IShape --> iTextSharp.text.pdf.parser.Line
Members
Methods
Public methods
Details
Inheritance
Constructors
Line [1/3]
Source code
public Line()
Line [2/3]
Source code
public Line(float x1, float y1, float x2, float y2)
Arguments
Type | Name | Description |
---|
float | x1 | |
float | y1 | |
float | x2 | |
float | y2 | |
Line [3/3]
Source code
public Line(Point2D p1, Point2D p2)
Arguments
Methods
GetBasePoints
Source code
public virtual IList<Point2D> GetBasePoints()
Generated with ModularDoc