C# Class Voronoi.Rectangle

Exibir arquivo 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_oe property

public double Bottom
return double

Left public_oe property

public double Left
return double

Right public_oe property

public double Right
return double

Top public_oe property

public double Top
return double