C# Class Shapefile.RectangleD

A simple double precision rectangle
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
Bottom double
Left double
Right double
Top double

Méthodes publiques

Méthode Description
RectangleD ( double left, double top, double right, double bottom )

A simple double precision rectangle

Method Details

RectangleD() public méthode

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

Property Details

Bottom public_oe property

Gets or sets the bottom value
public double Bottom
Résultat double

Left public_oe property

Gets or sets the left value
public double Left
Résultat double

Right public_oe property

Gets or sets the right value
public double Right
Résultat double

Top public_oe property

Gets or sets the top value
public double Top
Résultat double