C# 클래스 RectangleNestedF, runtime

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

공개 메소드들

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

메소드 상세

Equals() 공개 정적인 메소드

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

RectangleNestedF() 공개 메소드

public RectangleNestedF ( float x, float y, float width, float height ) : System,
x float
y float
width float
height float
리턴 System,

ToString() 공개 메소드

public ToString ( ) : string
리턴 string