GeoMathHelperGetRectangleMinSquare 方法 |
【使用的是世界平面直角坐标系,如果用在屏幕坐标系则需要调转Top与Bottom】获取矩形最小外接正方形
命名空间:
GISShare.SMap.Core
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static void GetRectangleMinSquare(
double[] rectangle_P
)
Public Shared Sub GetRectangleMinSquare (
rectangle_P As Double()
)
public:
static void GetRectangleMinSquare(
array<double>^ rectangle_P
)
static member GetRectangleMinSquare :
rectangle_P : float[] -> unit
参数
- rectangle_P
- 类型: SystemDouble
矩形用一个长度为4的数组表示(LTRB),传出最小外接正方形
参见