C# Class System.util.RectangleJ

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( RectangleJ rect ) : void
rect RectangleJ
Résultat void

Intersection() public méthode

public Intersection ( RectangleJ r ) : RectangleJ
r RectangleJ
Résultat RectangleJ

IntersectsLine() public méthode

public IntersectsLine ( double x1, double y1, double x2, double y2 ) : bool
x1 double
y1 double
x2 double
y2 double
Résultat bool

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Outcode() public méthode

public Outcode ( double x, double y ) : int
x double
y double
Résultat int

RectangleJ() public méthode

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

RectangleJ() public méthode

public RectangleJ ( iTextSharp rect )
rect iTextSharp