Thickness 构造函数 (Single, Single, Single, Single) |
This constructor builds a Thickness with the specified number of pixels on each side.
表示四周的厚度
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public Thickness(
in float left,
in float top,
in float right,
in float bottom
)
参数
- left
- 类型:SystemSingle
The thickness for the left side. - top
- 类型:SystemSingle
The thickness for the top side. - right
- 类型:SystemSingle
The thickness for the right side. - bottom
- 类型:SystemSingle
The thickness for the bottom side.
参见