Point.Point
inhoud
[
verbergen
]Point()
Initialiseert een nieuw exemplaar van hetPoint
klasse.
public Point()
Zie ook
- class Point
- naamruimte Aspose.Gis.Geometries
- montage Aspose.GIS
Point(double, double)
Initialiseert een nieuw exemplaar van hetPoint
klasse.
public Point(double x, double y)
Parameter | Type | Beschrijving |
---|---|---|
x | Double | De waarde voor X-coördinaat. |
y | Double | De waarde voor Y-coördinaat. |
Zie ook
- class Point
- naamruimte Aspose.Gis.Geometries
- montage Aspose.GIS
Point(double, double, double)
Initialiseert een nieuw exemplaar van hetPoint
klasse.
public Point(double x, double y, double z)
Parameter | Type | Beschrijving |
---|---|---|
x | Double | De waarde voor X-coördinaat. |
y | Double | De waarde voor Y-coördinaat. |
z | Double | De waarde voor Z-coördinaat. |
Zie ook
- class Point
- naamruimte Aspose.Gis.Geometries
- montage Aspose.GIS
Point(double, double, double, double)
Initialiseert een nieuw exemplaar van hetPoint
klasse.
public Point(double x, double y, double z, double m)
Parameter | Type | Beschrijving |
---|---|---|
x | Double | De waarde voor X-coördinaat. |
y | Double | De waarde voor Y-coördinaat. |
z | Double | De waarde voor Z-coördinaat. |
m | Double | De waarde voor M-coördinaat. |
Zie ook
- class Point
- naamruimte Aspose.Gis.Geometries
- montage Aspose.GIS
Point(IPoint)
Initialiseert een nieuw exemplaar van hetPoint
klasse.
public Point(IPoint other)
Parameter | Type | Beschrijving |
---|---|---|
other | IPoint | De andereIPoint om gegevens van te kopiëren. |
Uitzonderingen
uitzondering | voorwaarde |
---|---|
ArgumentNullException | Het argument isnull . |
Zie ook
- interface IPoint
- class Point
- naamruimte Aspose.Gis.Geometries
- montage Aspose.GIS