Skip to main content
Skip table of contents

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
TypeNameDescription
VectorstartPoint
VectorendPoint

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
TypeNameDescription
Matrixm

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.