C# Class Axiom.Core.RectangleF

Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( float x, float y ) : bool
Intersect ( RectangleF rhs ) : RectangleF
Merge ( RectangleF rhs ) : RectangleF
RectangleF ( RectangleF copy ) : System
RectangleF ( float left, float top, float right, float bottom ) : System

Private Methods

Méthode Description
Intersect ( RectangleF lhs, RectangleF rhs ) : RectangleF

Method Details

Contains() public méthode

public Contains ( float x, float y ) : bool
x float
y float
Résultat bool

Intersect() public méthode

public Intersect ( RectangleF rhs ) : RectangleF
rhs RectangleF
Résultat RectangleF

Merge() public méthode

public Merge ( RectangleF rhs ) : RectangleF
rhs RectangleF
Résultat RectangleF

RectangleF() public méthode

public RectangleF ( RectangleF copy ) : System
copy RectangleF
Résultat System

RectangleF() public méthode

public RectangleF ( float left, float top, float right, float bottom ) : System
left float
top float
right float
bottom float
Résultat System