C# 클래스 RectangleLLarge, runtime

파일 보기 프로젝트 열기: mikedn/runtime 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( RectangleLLarge, &r1, RectangleLLarge, &r2 ) : bool
RectangleLLarge ( long x, long y, long width, long height ) : System,
ToString ( ) : string

메소드 상세

Equals() 공개 정적인 메소드

public static Equals ( RectangleLLarge, &r1, RectangleLLarge, &r2 ) : bool
r1 RectangleLLarge,
r2 RectangleLLarge,
리턴 bool

RectangleLLarge() 공개 메소드

public RectangleLLarge ( long x, long y, long width, long height ) : System,
x long
y long
width long
height long
리턴 System,

ToString() 공개 메소드

public ToString ( ) : string
리턴 string