C# 클래스 WeeWorld.SWFProcessing.SWFModeller.Rect

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

공개 메소드들

메소드 설명
Rect ( float xMin, float xMax, float yMin, float yMax ) : System

Construct a new rectangle

ToString ( ) : string

메소드 상세

Rect() 공개 메소드

Construct a new rectangle
public Rect ( float xMin, float xMax, float yMin, float yMax ) : System
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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string