C# 클래스 SWFProcessing.ModellingUtils.Geom.Rect

A rectangle.
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
Rect ( float xmin, float xmax, float ymin, float ymax )

Initializes a new instance of a rectangle

ToString ( ) : string

Renders the rectangle as a string. Used only in test/debug console output.

메소드 상세

Rect() 공개 메소드

Initializes a new instance of a rectangle
public Rect ( float xmin, float xmax, float ymin, float ymax )
xmin float Left-hand edge, in pixels
xmax float Right-hand edge, in pixels
ymin float Top edge, in pixels
ymax float Bottom edge, in pixels

ToString() 공개 메소드

Renders the rectangle as a string. Used only in test/debug console output.
public ToString ( ) : string
리턴 string