Méthode GeometryPoint.Create (Double, Double)
Crée la latitude spécifiée.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public Shared Function Create ( _
x As Double, _
y As Double _
) As GeometryPoint
'Utilisation
Dim x As Double
Dim y As Double
Dim returnValue As GeometryPoint
returnValue = GeometryPoint.Create(x, y)
public static GeometryPoint Create(
double x,
double y
)
public:
static GeometryPoint^ Create(
double x,
double y
)
static member Create :
x:float *
y:float -> GeometryPoint
public static function Create(
x : double,
y : double
) : GeometryPoint
Paramètres
- x
Type : System.Double
Dimension x.
- y
Type : System.Double
Dimension y.
Valeur de retour
Type : System.Spatial.GeometryPoint
GeographyPoint créé.