Method | Description | |
---|---|---|
Add ( |
||
Intersection ( |
||
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 ) |
public Intersection ( |
||
r | ||
return |
public IntersectsLine ( double x1, double y1, double x2, double y2 ) : bool | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | bool |
public RectangleJ ( float x, float y, float width, float height ) | ||
x | float | |
y | float | |
width | float | |
height | float |