Circle 构造函数 (IPoint, Double, IBoundingBox) |
圆
命名空间:
GISShare.SMap.Geometry
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public Circle(
IPoint pCenterPoint,
double dRadius,
IBoundingBox pEnvelope
)
Public Sub New (
pCenterPoint As IPoint,
dRadius As Double,
pEnvelope As IBoundingBox
)
public:
Circle(
IPoint^ pCenterPoint,
double dRadius,
IBoundingBox^ pEnvelope
)
new :
pCenterPoint : IPoint *
dRadius : float *
pEnvelope : IBoundingBox -> Circle
参数
- pCenterPoint
- 类型: GISShare.SMap.GeometryIPoint
圆心 - dRadius
- 类型: SystemDouble
半径 - pEnvelope
- 类型: GISShare.SMap.GeometryIBoundingBox
包络框
参见