C# Class WeeWorld.SWFProcessing.SWFModeller.Rect

A rectangle.
显示文件 Open project: WeeWorld/Swiffotron Class Usage Examples

Public Methods

Method Description
Rect ( float xMin, float xMax, float yMin, float yMax ) : System

Construct a new rectangle

ToString ( ) : string

Method Details

Rect() public method

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
return System

ToString() public method

public ToString ( ) : string
return string