GeometryFactory.Point Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Point() |
Criar uma fábrica com um Ponto de Geometria vazio |
Point(CoordinateSystem) |
Criar uma fábrica com um Ponto de Geometria vazio |
Point(Double, Double) |
Criar um ponto de geometria |
Point(CoordinateSystem, Double, Double) |
Criar um ponto de geometria |
Point(Double, Double, Nullable<Double>, Nullable<Double>) |
Criar um ponto de geometria |
Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>) |
Criar um ponto de geometria |
Point()
Criar uma fábrica com um Ponto de Geometria vazio
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)
Retornos
Uma Fábrica de Pontos de Geometria
Aplica-se a
Point(CoordinateSystem)
Criar uma fábrica com um Ponto de Geometria vazio
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)
Parâmetros
- coordinateSystem
- CoordinateSystem
O CoordinateSystem
Retornos
Uma Fábrica de Pontos de Geometria
Aplica-se a
Point(Double, Double)
Criar um ponto de geometria
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)
Parâmetros
- x
- Double
O valor X
- y
- Double
O valor Y
Retornos
Uma Fábrica de Pontos de Geometria
Aplica-se a
Point(CoordinateSystem, Double, Double)
Criar um ponto de geometria
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)
Parâmetros
- coordinateSystem
- CoordinateSystem
O CoordinateSystem
- x
- Double
O valor X
- y
- Double
O valor Y
Retornos
Uma Fábrica de Pontos de Geometria
Aplica-se a
Point(Double, Double, Nullable<Double>, Nullable<Double>)
Criar um ponto de geometria
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)
Parâmetros
- x
- Double
O valor X
- y
- Double
O valor Y
Retornos
Uma Fábrica de Pontos de Geometria
Aplica-se a
Point(CoordinateSystem, Double, Double, Nullable<Double>, Nullable<Double>)
Criar um ponto de geometria
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)
Parâmetros
- coordinateSystem
- CoordinateSystem
O CoordinateSystem
- x
- Double
O valor X
- y
- Double
O valor Y
Retornos
Uma Fábrica de Pontos de Geometria