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