GeometryFactory<T>.Point Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Point() |
Starten eines neuen leeren Punkts |
Point(Double, Double) |
Starten eines neuen Punkts |
Point(Double, Double, Nullable<Double>, Nullable<Double>) |
Starten eines neuen Punkts |
Point()
Starten eines neuen leeren Punkts
public Microsoft.Spatial.GeometryFactory<T> Point ();
member this.Point : unit -> Microsoft.Spatial.GeometryFactory<'T (requires 'T :> Microsoft.Spatial.Geometry)>
Public Function Point () As GeometryFactory(Of T)
Gibt zurück
Die aktuelle Instanz von GeometryFactory
Gilt für:
Point(Double, Double)
Starten eines neuen Punkts
public Microsoft.Spatial.GeometryFactory<T> Point (double x, double y);
member this.Point : double * double -> Microsoft.Spatial.GeometryFactory<'T (requires 'T :> Microsoft.Spatial.Geometry)>
Public Function Point (x As Double, y As Double) As GeometryFactory(Of T)
Parameter
- x
- Double
Der X-Wert
- y
- Double
Der Y-Wert
Gibt zurück
Die aktuelle Instanz von GeometryFactory
Gilt für:
Point(Double, Double, Nullable<Double>, Nullable<Double>)
Starten eines neuen Punkts
public Microsoft.Spatial.GeometryFactory<T> Point (double x, double y, double? z, double? m);
member this.Point : double * double * Nullable<double> * Nullable<double> -> Microsoft.Spatial.GeometryFactory<'T (requires 'T :> Microsoft.Spatial.Geometry)>
Public Function Point (x As Double, y As Double, z As Nullable(Of Double), m As Nullable(Of Double)) As GeometryFactory(Of T)
Parameter
- x
- Double
Der X-Wert
- y
- Double
Der Y-Wert
Gibt zurück
Die aktuelle Instanz von GeometryFactory