C# Class Catfood.Shapefile.RectangleD

A simple double precision rectangle
Mostra 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_oe property

Gets or sets the bottom value
public double Bottom
return double

Left public_oe property

Gets or sets the left value
public double Left
return double

Right public_oe property

Gets or sets the right value
public double Right
return double

Top public_oe property

Gets or sets the top value
public double Top
return double