根据指定的参数来构造一个 Rectangle2D 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public Rectangle2D( Point2D leftBottom, double width, double height ) |
参数
- leftBottom
- Type: SuperMap.Data..::.Point2D
矩形的左下角坐标。
- width
- Type: System..::.Double
矩形的宽度。
- height
- Type: System..::.Double
矩形的高度。