SizeF(Double, Double) 构造函数
Initializes a new SizeF from double-precision values
从双精度值初始化新SizeF
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public SizeF(
double width,
double height
)
参数
- width Double
- Width dimension (will be converted to float) 宽度尺寸(将转换为float)
- height Double
- Height dimension (will be converted to float) 高度尺寸(将转换为float)
Values will be converted to single-precision floating-point (may lose precision).
值将被转换为单精度浮点(可能丢失精度)。