C# 클래스 Flood.RectExtensions

파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
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

메소드 상세

GetBottom() 공개 정적인 메소드

public static GetBottom ( this rect ) : float
rect this
리턴 float

GetBottom() 공개 정적인 메소드

public static GetBottom ( this rect ) : int
rect this
리턴 int

GetLeft() 공개 정적인 메소드

public static GetLeft ( this rect ) : float
rect this
리턴 float

GetLeft() 공개 정적인 메소드

public static GetLeft ( this rect ) : int
rect this
리턴 int

GetRight() 공개 정적인 메소드

public static GetRight ( this rect ) : float
rect this
리턴 float

GetRight() 공개 정적인 메소드

public static GetRight ( this rect ) : int
rect this
리턴 int

GetTop() 공개 정적인 메소드

public static GetTop ( this rect ) : float
rect this
리턴 float

GetTop() 공개 정적인 메소드

public static GetTop ( this rect ) : int
rect this
리턴 int