C# Class System.util.RectangleJ

Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
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 )

Method Details

Add() public method

public Add ( RectangleJ rect ) : void
rect RectangleJ
return void

Intersection() public method

public Intersection ( RectangleJ r ) : RectangleJ
r RectangleJ
return RectangleJ

IntersectsLine() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Outcode() public method

public Outcode ( double x, double y ) : int
x double
y double
return int

RectangleJ() public method

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

RectangleJ() public method

public RectangleJ ( iTextSharp rect )
rect iTextSharp