C# Class Axiom.Core.Rectangle

Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method Description
Contains ( long x, long y ) : bool
Intersect ( Rectangle rhs ) : Rectangle
Merge ( Rectangle rhs ) : Rectangle
Rectangle ( Rectangle copy ) : System
Rectangle ( long left, long top, long right, long bottom ) : System

Private Methods

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

Method Details

Contains() public method

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

Intersect() public method

public Intersect ( Rectangle rhs ) : Rectangle
rhs Rectangle
return Rectangle

Merge() public method

public Merge ( Rectangle rhs ) : Rectangle
rhs Rectangle
return Rectangle

Rectangle() public method

public Rectangle ( Rectangle copy ) : System
copy Rectangle
return System

Rectangle() public method

public Rectangle ( long left, long top, long right, long bottom ) : System
left long
top long
right long
bottom long
return System