Size(Double, Double) 构造函数
Initializes a new size from floating-point dimensions
从浮点尺寸初始化新大小
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public Size(
double width,
double height
)
参数
- width Double
- Width dimension (will be truncated) 宽度尺寸(将被截断)
- height Double
- Height dimension (will be truncated) 高度尺寸(将被截断)
Values are truncated (not rounded) to integer values.
值将被截断(非四舍五入)为整数值。