C# 클래스 Axiom.Core.RectangleF

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

공개 메소드들

메소드 설명
Contains ( float x, float y ) : bool
Intersect ( RectangleF rhs ) : RectangleF
Merge ( RectangleF rhs ) : RectangleF
RectangleF ( RectangleF copy ) : System
RectangleF ( float left, float top, float right, float bottom ) : System

비공개 메소드들

메소드 설명
Intersect ( RectangleF lhs, RectangleF rhs ) : RectangleF

메소드 상세

Contains() 공개 메소드

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

Intersect() 공개 메소드

public Intersect ( RectangleF rhs ) : RectangleF
rhs RectangleF
리턴 RectangleF

Merge() 공개 메소드

public Merge ( RectangleF rhs ) : RectangleF
rhs RectangleF
리턴 RectangleF

RectangleF() 공개 메소드

public RectangleF ( RectangleF copy ) : System
copy RectangleF
리턴 System

RectangleF() 공개 메소드

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