GeometryFactory.Polygon 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
Polygon() |
Créer un polygone géométrique |
Polygon(CoordinateSystem) |
Créer un polygone géométrique |
Polygon()
Créer un polygone géométrique
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon> Polygon ();
static member Polygon : unit -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon>
Public Shared Function Polygon () As GeometryFactory(Of GeometryPolygon)
Retours
Une fabrique de polygones géométriques
S’applique à
Polygon(CoordinateSystem)
Créer un polygone géométrique
public static Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon> Polygon (Microsoft.Spatial.CoordinateSystem coordinateSystem);
static member Polygon : Microsoft.Spatial.CoordinateSystem -> Microsoft.Spatial.GeometryFactory<Microsoft.Spatial.GeometryPolygon>
Public Shared Function Polygon (coordinateSystem As CoordinateSystem) As GeometryFactory(Of GeometryPolygon)
Paramètres
- coordinateSystem
- CoordinateSystem
The CoordinateSystem
Retours
Une fabrique de polygones géométriques