C# Class Voronoi.Rectangle

Show file Open project: TobieD/City-Generator Class Usage Examples

Public Properties

Property Type Description
Bottom double
Left double
Right double
Top double

Public Methods

Method Description
Rectangle ( double left, double top, double width, double height ) : System

Method Details

Rectangle() public method

public Rectangle ( double left, double top, double width, double height ) : System
left double
top double
width double
height double
return System

Property Details

Bottom public property

public double Bottom
return double

Left public property

public double Left
return double

Right public property

public double Right
return double

Top public property

public double Top
return double