C# 클래스 Catfood.Shapefile.RectangleD

A simple double precision rectangle
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bottom double
Left double
Right double
Top double

공개 메소드들

메소드 설명
RectangleD ( double left, double top, double right, double bottom ) : System

A simple double precision rectangle

메소드 상세

RectangleD() 공개 메소드

A simple double precision rectangle
public RectangleD ( double left, double top, double right, double bottom ) : System
left double Left
top double Top
right double Right
bottom double Bottom
리턴 System

프로퍼티 상세

Bottom 공개적으로 프로퍼티

Gets or sets the bottom value
public double Bottom
리턴 double

Left 공개적으로 프로퍼티

Gets or sets the left value
public double Left
리턴 double

Right 공개적으로 프로퍼티

Gets or sets the right value
public double Right
리턴 double

Top 공개적으로 프로퍼티

Gets or sets the top value
public double Top
리턴 double