C# 클래스 RectangleF, runtime

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

공개 메소드들

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

메소드 상세

Equals() 공개 정적인 메소드

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

RectangleF() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string