C# 클래스 System.util.RectangleJ

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Add ( RectangleJ rect ) : void
Intersection ( RectangleJ r ) : RectangleJ
IntersectsLine ( double x1, double y1, double x2, double y2 ) : bool
IsEmpty ( ) : bool
Outcode ( double x, double y ) : int
RectangleJ ( float x, float y, float width, float height )
RectangleJ ( iTextSharp rect )

메소드 상세

Add() 공개 메소드

public Add ( RectangleJ rect ) : void
rect RectangleJ
리턴 void

Intersection() 공개 메소드

public Intersection ( RectangleJ r ) : RectangleJ
r RectangleJ
리턴 RectangleJ

IntersectsLine() 공개 메소드

public IntersectsLine ( double x1, double y1, double x2, double y2 ) : bool
x1 double
y1 double
x2 double
y2 double
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

Outcode() 공개 메소드

public Outcode ( double x, double y ) : int
x double
y double
리턴 int

RectangleJ() 공개 메소드

public RectangleJ ( float x, float y, float width, float height )
x float
y float
width float
height float

RectangleJ() 공개 메소드

public RectangleJ ( iTextSharp rect )
rect iTextSharp