C# Class Catfood.Shapefile.PointD

A simple double precision point
显示文件 Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
X double
Y double

Public Methods

Method Description
PointD ( double x, double y ) : System

A simple double precision point

Method Details

PointD() public method

A simple double precision point
public PointD ( double x, double y ) : System
x double X value
y double Y value
return System

Property Details

X public_oe property

Gets or sets the X value
public double X
return double

Y public_oe property

Gets or sets the Y value
public double Y
return double