C# 클래스 iTextSharp.text.pdf.parser.LineSegment

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
GetBoundingRectange ( ) : RectangleJ
GetEndPoint ( ) : Vector
GetLength ( ) : float
GetStartPoint ( ) : Vector
LineSegment ( Vector startPoint, Vector endPoint ) : System
TransformBy ( Matrix m ) : LineSegment

메소드 상세

GetBoundingRectange() 공개 메소드

public GetBoundingRectange ( ) : RectangleJ
리턴 System.util.RectangleJ

GetEndPoint() 공개 메소드

public GetEndPoint ( ) : Vector
리턴 Vector

GetLength() 공개 메소드

public GetLength ( ) : float
리턴 float

GetStartPoint() 공개 메소드

public GetStartPoint ( ) : Vector
리턴 Vector

LineSegment() 공개 메소드

public LineSegment ( Vector startPoint, Vector endPoint ) : System
startPoint Vector
endPoint Vector
리턴 System

TransformBy() 공개 메소드

public TransformBy ( Matrix m ) : LineSegment
m Matrix
리턴 LineSegment