Initializes a new instance of the
RPoint class with the specified coordinates.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public RPoint(
double x,
double y
)
参数
- x
- 类型:SystemDouble
The horizontal position of the point. - y
- 类型:SystemDouble
The vertical position of the point.
参见