GeometryFactoryCreateEllipse 方法 |
椭圆
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static bool CreateEllipse(
IGeometryCollection pGeometryCollection,
IGeometryCollection pPoints
)
Public Shared Function CreateEllipse (
pGeometryCollection As IGeometryCollection,
pPoints As IGeometryCollection
) As Boolean
public:
static bool CreateEllipse(
IGeometryCollection^ pGeometryCollection,
IGeometryCollection^ pPoints
)
static member CreateEllipse :
pGeometryCollection : IGeometryCollection *
pPoints : IGeometryCollection -> bool
参数
- pGeometryCollection
- 类型: GISShare.SMap.GeometryIGeometryCollection
- pPoints
- 类型: GISShare.SMap.GeometryIGeometryCollection
返回值
类型:
Boolean
参见