iText 5

LineSegment

LineSegment 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.LineSegment[[LineSegment]] end

Members

Methods

Public methods

Details

Constructors

LineSegment

Source code

public LineSegment(Vector startPoint, Vector endPoint)

Arguments

Type

Name

Description

Vector

startPoint

Vector

endPoint

Methods

GetStartPoint

Source code

public virtual Vector GetStartPoint()

GetEndPoint

Source code

public virtual Vector GetEndPoint()

GetLength

Source code

public virtual float GetLength()

GetBoundingRectange

Source code

public virtual RectangleJ GetBoundingRectange()

TransformBy

Source code

public virtual LineSegment TransformBy(Matrix m)

Arguments

Type

Name

Description

Matrix

m

Generated with ModularDoc