C# Class Axiom.Core.RectangleF

Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method 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

Method Description
Intersect ( RectangleF lhs, RectangleF rhs ) : RectangleF

Method Details

Contains() public method

public Contains ( float x, float y ) : bool
x float
y float
return bool

Intersect() public method

public Intersect ( RectangleF rhs ) : RectangleF
rhs RectangleF
return RectangleF

Merge() public method

public Merge ( RectangleF rhs ) : RectangleF
rhs RectangleF
return RectangleF

RectangleF() public method

public RectangleF ( RectangleF copy ) : System
copy RectangleF
return System

RectangleF() public method

public RectangleF ( float left, float top, float right, float bottom ) : System
left float
top float
right float
bottom float
return System