Method | Description | |
---|---|---|
Rect ( float xMin, float xMax, float yMin, float yMax ) : System |
Construct a new rectangle
|
|
ToString ( ) : string |
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 |