C# Class Catfood.Shapefile.RectangleD

A simple double precision rectangle
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
Bottom double
Left double
Right double
Top double

Public Methods

Method Description
RectangleD ( double left, double top, double right, double bottom ) : System

A simple double precision rectangle

Method Details

RectangleD() public method

A simple double precision rectangle
public RectangleD ( double left, double top, double right, double bottom ) : System
left double Left
top double Top
right double Right
bottom double Bottom
return System

Property Details

Bottom public property

Gets or sets the bottom value
public double Bottom
return double

Left public property

Gets or sets the left value
public double Left
return double

Right public property

Gets or sets the right value
public double Right
return double

Top public property

Gets or sets the top value
public double Top
return double