GeometryFactory.Point Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Point() |
Créer une fabrique avec un point geometry vide |
Point(CoordinateSystem) |
Créer une fabrique avec un point geometry vide |
Point(Double, Double) |
Créer un point geometry |
Point(CoordinateSystem, Double, Double) |
Créer un point geometry |
Point(Double, Double, Nullable<Double>, Nullable<Double>) |
Créer un point geometry |
Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>) |
Créer un point geometry |
Point()
Créer une fabrique avec un point geometry vide
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point ();
static member Point : unit -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point () As GeometryFactory(Of GeometryPoint)
Retours
Une fabrique de points géométriques
S’applique à
Point(CoordinateSystem)
Créer une fabrique avec un point geometry vide
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (Microsoft.Spatial.CoordinateSystem coordinateSystem);
static member Point : Microsoft.Spatial.CoordinateSystem -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (coordinateSystem As CoordinateSystem) As GeometryFactory(Of GeometryPoint)
Paramètres
- coordinateSystem
- CoordinateSystem
The CoordinateSystem
Retours
Une fabrique de points géométriques
S’applique à
Point(Double, Double)
Créer un point geometry
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (double x, double y);
static member Point : double * double -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (x As Double, y As Double) As GeometryFactory(Of GeometryPoint)
Paramètres
- x
- Double
Valeur X
- y
- Double
Valeur Y
Retours
Une fabrique de points géométriques
S’applique à
Point(CoordinateSystem, Double, Double)
Créer un point geometry
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (Microsoft.Spatial.CoordinateSystem coordinateSystem, double x, double y);
static member Point : Microsoft.Spatial.CoordinateSystem * double * double -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (coordinateSystem As CoordinateSystem, x As Double, y As Double) As GeometryFactory(Of GeometryPoint)
Paramètres
- coordinateSystem
- CoordinateSystem
The CoordinateSystem
- x
- Double
Valeur X
- y
- Double
Valeur Y
Retours
Une fabrique de points géométriques
S’applique à
Point(Double, Double, Nullable<Double>, Nullable<Double>)
Créer un point geometry
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (double x, double y, double? z, double? m);
static member Point : double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double)) As GeometryFactory(Of GeometryPoint)
Paramètres
- x
- Double
Valeur X
- y
- Double
Valeur Y
Retours
Une fabrique de points géométriques
S’applique à
Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)
Créer un point geometry
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint> Point (Microsoft.Spatial.CoordinateSystem coordinateSystem, double x, double y, double? z, double? m);
static member Point : Microsoft.Spatial.CoordinateSystem * double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPoint>
Public Shared Function Point (coordinateSystem As CoordinateSystem, x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double)) As GeometryFactory(Of GeometryPoint)
Paramètres
- coordinateSystem
- CoordinateSystem
The CoordinateSystem
- x
- Double
Valeur X
- y
- Double
Valeur Y
Retours
Une fabrique de points géométriques