C# 클래스 Praeclarum.Graphics.RectangleF

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

공개 프로퍼티들

프로퍼티 타입 설명
X float

공개 메소드들

메소드 설명
Contains ( PointF loc ) : bool
Inflate ( SizeF size ) : void
Inflate ( float width, float height ) : void
IntersectsWith ( RectangleF rect ) : bool
RectangleF ( PointF origin, SizeF size ) : System
RectangleF ( float left, float top, float width, float height ) : System
ToString ( ) : string
Union ( RectangleF a, RectangleF b ) : RectangleF

메소드 상세

Contains() 공개 메소드

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

Inflate() 공개 메소드

public Inflate ( SizeF size ) : void
size SizeF
리턴 void

Inflate() 공개 메소드

public Inflate ( float width, float height ) : void
width float
height float
리턴 void

IntersectsWith() 공개 메소드

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

RectangleF() 공개 메소드

public RectangleF ( PointF origin, SizeF size ) : System
origin PointF
size SizeF
리턴 System

RectangleF() 공개 메소드

public RectangleF ( float left, float top, float width, float height ) : System
left float
top 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

프로퍼티 상세

X 공개적으로 프로퍼티

public float X
리턴 float