C# Class iTextSharp.text.pdf.parser.LineSegment

Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
GetBoundingRectange ( ) : RectangleJ
GetEndPoint ( ) : Vector
GetLength ( ) : float
GetStartPoint ( ) : Vector
LineSegment ( Vector startPoint, Vector endPoint ) : System
TransformBy ( Matrix m ) : LineSegment

Method Details

GetBoundingRectange() public method

public GetBoundingRectange ( ) : RectangleJ
return System.util.RectangleJ

GetEndPoint() public method

public GetEndPoint ( ) : Vector
return Vector

GetLength() public method

public GetLength ( ) : float
return float

GetStartPoint() public method

public GetStartPoint ( ) : Vector
return Vector

LineSegment() public method

public LineSegment ( Vector startPoint, Vector endPoint ) : System
startPoint Vector
endPoint Vector
return System

TransformBy() public method

public TransformBy ( Matrix m ) : LineSegment
m Matrix
return LineSegment