C# Class Flood.RectExtensions

Datei anzeigen Open project: FloodProject/flood

Public Methods

Method Description
GetBottom ( this rect ) : float
GetBottom ( this rect ) : int
GetLeft ( this rect ) : float
GetLeft ( this rect ) : int
GetRight ( this rect ) : float
GetRight ( this rect ) : int
GetTop ( this rect ) : float
GetTop ( this rect ) : int

Method Details

GetBottom() public static method

public static GetBottom ( this rect ) : float
rect this
return float

GetBottom() public static method

public static GetBottom ( this rect ) : int
rect this
return int

GetLeft() public static method

public static GetLeft ( this rect ) : float
rect this
return float

GetLeft() public static method

public static GetLeft ( this rect ) : int
rect this
return int

GetRight() public static method

public static GetRight ( this rect ) : float
rect this
return float

GetRight() public static method

public static GetRight ( this rect ) : int
rect this
return int

GetTop() public static method

public static GetTop ( this rect ) : float
rect this
return float

GetTop() public static method

public static GetTop ( this rect ) : int
rect this
return int