C# 클래스 MegaMan.Common.Geometry.RectangleF

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RectangleF

공개 메소드들

메소드 설명
Contains ( PointF pt ) : bool
Contains ( RectangleF rect ) : bool
Contains ( float x, float y ) : bool
Equals ( object obj ) : bool
FromLTRB ( float left, float top, float right, float bottom ) : RectangleF
GetHashCode ( ) : int
Inflate ( RectangleF rect, float x, float y ) : RectangleF
Inflate ( float x, float y ) : void
Intersect ( RectangleF a, RectangleF b ) : RectangleF
Intersect ( RectangleF rect ) : void
IntersectsWith ( RectangleF rect ) : bool
Offset ( PointF pos ) : void
Offset ( float x, float y ) : void
RectangleF ( float x, float y, float width, float height ) : System
ToString ( ) : string
Union ( RectangleF a, RectangleF b ) : RectangleF
operator ( ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( PointF pt ) : bool
pt PointF
리턴 bool

Contains() 공개 메소드

public Contains ( RectangleF rect ) : bool
rect RectangleF
리턴 bool

Contains() 공개 메소드

public Contains ( float x, float y ) : bool
x float
y float
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromLTRB() 공개 정적인 메소드

public static FromLTRB ( float left, float top, float right, float bottom ) : RectangleF
left float
top float
right float
bottom float
리턴 RectangleF

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Inflate() 공개 정적인 메소드

public static Inflate ( RectangleF rect, float x, float y ) : RectangleF
rect RectangleF
x float
y float
리턴 RectangleF

Inflate() 공개 메소드

public Inflate ( float x, float y ) : void
x float
y float
리턴 void

Intersect() 공개 정적인 메소드

public static Intersect ( RectangleF a, RectangleF b ) : RectangleF
a RectangleF
b RectangleF
리턴 RectangleF

Intersect() 공개 메소드

public Intersect ( RectangleF rect ) : void
rect RectangleF
리턴 void

IntersectsWith() 공개 메소드

public IntersectsWith ( RectangleF rect ) : bool
rect RectangleF
리턴 bool

Offset() 공개 메소드

public Offset ( PointF pos ) : void
pos PointF
리턴 void

Offset() 공개 메소드

public Offset ( float x, float y ) : void
x float
y float
리턴 void

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

Union() 공개 정적인 메소드

public static Union ( RectangleF a, RectangleF b ) : RectangleF
a RectangleF
b RectangleF
리턴 RectangleF

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RectangleF,MegaMan.Common.Geometry Empty
리턴 RectangleF