RSize 构造函数 (Double, Double) |
Initializes a new instance of the
RSize structure from the specified dimensions.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public RSize(
double width,
double height
)
参数
- width
- 类型:SystemDouble
The width component of the new RSize structure.
- height
- 类型:SystemDouble
The height component of the new RSize structure.
参见